-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
estools/escodegen
#415Description
Valid JS code
class Foo {
[(1, Symbol.asyncIterator)]() {}
}obfuscated as
class Foo {
[0x1, Symbol['asyncIterator']]() {
}
}invalid js code. The bug exists in the latest 0.x.x and latest 1.x.x versions.
It's very important bug, TypeScript generates such code, i can't even fix it.
Reactions are currently unavailable