File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ Semantic Versioning.
43
43
[ E0048] [ ] .
44
44
* Using a variable called ` async ` , then exporting something, no longer reports
45
45
an unexpected token error (implemented by [ Alek Lefebvre] [ ] ).
46
+ * ` class C { x = 0, y; } ` now reports [ E0330] [ ] ("',' should be ';' instead")
47
+ instead of [ E0057] [ ] ("use of undeclared variable: y") (implemented by
48
+ [ clegoz] [ ] ).
46
49
47
50
## 2.10.0 (2022-10-14)
48
51
@@ -839,6 +842,7 @@ Beta release.
839
842
[ E0325 ] : https://quick-lint-js.com/errors/E0325/
840
843
[ E0326 ] : https://quick-lint-js.com/errors/E0326/
841
844
[ E0327 ] : https://quick-lint-js.com/errors/E0327/
845
+ [ E0330 ] : https://quick-lint-js.com/errors/E0330/
842
846
[ E0341 ] : https://quick-lint-js.com/errors/E0341/
843
847
[ E0344 ] : https://quick-lint-js.com/errors/E0344/
844
848
[ E0345 ] : https://quick-lint-js.com/errors/E0345/
You can’t perform that action at this time.
0 commit comments