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:
committed by
Nicolò Ribaudo
parent
b2b96e0b15
commit
dd2ffda387
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user