Skip to content

Commit

Permalink
Don't transpile ES7 symbol properties (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion authored and existentialism committed May 19, 2017
1 parent c6e18f5 commit 7e09246
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/babel-plugin-transform-runtime/src/definitions.js
Expand Up @@ -104,14 +104,12 @@ module.exports = {
},

Symbol: {
asyncIterator: "symbol/async-iterator",
for: "symbol/for",
hasInstance: "symbol/has-instance",
isConcatSpreadable: "symbol/is-concat-spreadable",
iterator: "symbol/iterator",
keyFor: "symbol/key-for",
match: "symbol/match",
observable: "symbol/observable",
replace: "symbol/replace",
search: "symbol/search",
species: "symbol/species",
Expand Down

0 comments on commit 7e09246

Please sign in to comment.