fix: Don't transpile ES2018 symbol properties (#9650)

This is a repeat of #5195 to work around the same upstream issue.
This commit is contained in:
Jimmy Jia
2019-03-10 18:22:59 -04:00
committed by Nicolò Ribaudo
parent b2b96e0b15
commit dd2ffda387
2 changed files with 11 additions and 2 deletions

View File

@@ -109,7 +109,8 @@ export default runtimeVersion => {
: {}),
Symbol: {
asyncIterator: "symbol/async-iterator",
// FIXME: Disabled to work around zloirock/core-js#262.
// asyncIterator: "symbol/async-iterator",
for: "symbol/for",
hasInstance: "symbol/has-instance",
isConcatSpreadable: "symbol/is-concat-spreadable",