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

5 lines
36 B
JavaScript

class Point {
#x = 1;
#y = 2;
}