@@ -15,14 +15,15 @@ Semantic Versioning.
15
15
(default).
16
16
* Writing a namespace alias with ` import type ` , such as in
17
17
` import type ns = otherns; ` , now reports [ E0717] [ ] ("namespace alias cannot
18
- use 'import type'"). (Implemented by [ koopiehoop] [ ] .)
18
+ use 'import type'"). (Implemented by [ koopiehoop] [ ] .) ( [ # 1139 ] [ ] )
19
19
* ` x?.y.z ` now reports [ E0718] [ ] ("using a '.' after a '?.' might fail, since
20
20
'?.' might return 'undefined'"). (Implemented by [ Joshua Pepple] [ ] .)
21
+ ([ #1128 ] [ ] )
21
22
22
23
### Fixed
23
24
24
25
* quick-lint-js's tracing no longer crashes with an assertion failure when
25
- setting its thread name on FreeBSD.
26
+ setting its thread name on FreeBSD. ( [ # 1155 ] [ ] )
26
27
* React-specific JSX diagnostics, such as [ E0193] [ ] ("misspelled React
27
28
attribute; write 'className' instead"), are now only reported when 'react' is
28
29
imported and if 'preact' is not imported. This fixes false warnings in Preact
@@ -1386,7 +1387,10 @@ Beta release.
1386
1387
[ toastin0 ] : https://github.com/toastin0
1387
1388
[ wagner riffel ] : https://github.com/wgrr
1388
1389
1390
+ [ #1128 ] : https://github.com/quick-lint/quick-lint-js/issues/1128
1391
+ [ #1139 ] : https://github.com/quick-lint/quick-lint-js/issues/1139
1389
1392
[ #1152 ] : https://github.com/quick-lint/quick-lint-js/issues/1152
1393
+ [ #1155 ] : https://github.com/quick-lint/quick-lint-js/issues/1155
1390
1394
[ #1171 ] : https://github.com/quick-lint/quick-lint-js/issues/1171
1391
1395
1392
1396
[ E0001 ] : https://quick-lint-js.com/errors/E0001/
0 commit comments