Don't enable class features by default in estree (#12867)

* Don't enable class features by default in `estree`

* Flow

* Reduce breakage
This commit is contained in:
Nicolò Ribaudo
2021-02-23 11:30:01 +01:00
committed by GitHub
parent a2114d452c
commit c30039029a
17 changed files with 351 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
class A {
#foo(arg, ...others) {}
static #bar(arg, ...others) {}
}