File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Semantic Versioning.
10
10
11
11
### Added
12
12
13
+ * Missing ` break; ` (or ` return; ` or ` throw ...; ` or ` // fallthrough ` ) after a
14
+ clause in ` switch ` statement now reports [ E0427] [ ] ("missing 'break;' or '//
15
+ fallthrough' comment between statement and 'case'"). (Implemented by [ Yash
16
+ Masani] [ ] .)
13
17
* TypeScript support (still experimental):
14
18
* ` export as namespace ` statements are now parsed.
15
19
* ` case await x: ` no longer treats ` : ` as if it was a type annotation colon in
@@ -1296,6 +1300,7 @@ Beta release.
1296
1300
[ E0384 ] : https://quick-lint-js.com/errors/E0384/
1297
1301
[ E0398 ] : https://quick-lint-js.com/errors/E0398/
1298
1302
[ E0426 ] : https://quick-lint-js.com/errors/E0426/
1303
+ [ E0427 ] : https://quick-lint-js.com/errors/E0427/
1299
1304
[ E0450 ] : https://quick-lint-js.com/errors/E0450/
1300
1305
[ E0451 ] : https://quick-lint-js.com/errors/E0451/
1301
1306
[ E0452 ] : https://quick-lint-js.com/errors/E0452/
You can’t perform that action at this time.
0 commit comments