mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
1b1c46b492
swc_ecma_transforsm_compat: - Allow using a keyword as a method name.
5 lines
30 B
JavaScript
5 lines
30 B
JavaScript
|
|
class Foo {
|
|
|
|
true() { }
|
|
} |