@@ -15,14 +15,15 @@ Semantic Versioning.
1515 (default).
1616* Writing a namespace alias with ` import type ` , such as in
1717 ` 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 ] [ ] )
1919* ` x?.y.z ` now reports [ E0718] [ ] ("using a '.' after a '?.' might fail, since
2020 '?.' might return 'undefined'"). (Implemented by [ Joshua Pepple] [ ] .)
21+ ([ #1128 ] [ ] )
2122
2223### Fixed
2324
2425* 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 ] [ ] )
2627* React-specific JSX diagnostics, such as [ E0193] [ ] ("misspelled React
2728 attribute; write 'className' instead"), are now only reported when 'react' is
2829 imported and if 'preact' is not imported. This fixes false warnings in Preact
@@ -1386,7 +1387,10 @@ Beta release.
13861387[ toastin0 ] : https://github.com/toastin0
13871388[ wagner riffel ] : https://github.com/wgrr
13881389
1390+ [ #1128 ] : https://github.com/quick-lint/quick-lint-js/issues/1128
1391+ [ #1139 ] : https://github.com/quick-lint/quick-lint-js/issues/1139
13891392[ #1152 ] : https://github.com/quick-lint/quick-lint-js/issues/1152
1393+ [ #1155 ] : https://github.com/quick-lint/quick-lint-js/issues/1155
13901394[ #1171 ] : https://github.com/quick-lint/quick-lint-js/issues/1171
13911395
13921396[ E0001 ] : https://quick-lint-js.com/errors/E0001/
0 commit comments