Files
babel/packages/babel-parser/test/fixtures/experimental/_no-plugin/class-private-properties/options.json
Huáng Jùnliàng 2e4f18ac92 Add some parser missing plugins errors (#11478)
* fix: do not throw invalid hash in tokenizer

* refactor: bigint has been enabled by default

* polish: add numeric separator missing plugin error

* fix: forward expectPlugin declaration
2020-04-25 10:26:39 +02:00

3 lines
151 B
JSON

{
"throws": "This experimental syntax requires enabling one of the following parser plugin(s): 'classPrivateProperties, classPrivateMethods' (2:2)"
}