Skip to content

Commit ab8e175

Browse files
committed
chore(docs): update changelog
1 parent 58d0516 commit ab8e175

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Semantic Versioning.
1818
to `export {... as default};` statements.
1919
* TypeScript support (still experimental):
2020
* `export as namespace` statements are now parsed.
21+
* Const generic parameters (`<const T>`) are now parsed.
2122
* Assertion signatures (`function f(param): asserts param`) are now parsed.
2223
* If a type predicate appears outside a return type, quick-lint-js now reports
2324
[E0426][] ("type predicates are only allowed as function return types").
@@ -29,7 +30,7 @@ Semantic Versioning.
2930
expression with a function in the falsy branch.)
3031
* Using `<<` in an interface's `extends` clause, in a class's `implements`
3132
clause, or in a `typeof` type now reports [E0429][] instead of misleading
32-
diagnostics.
33+
diagnostics. (Implemented by [strager][] and [Ariel Don][].)
3334
* Properties in object literal types can now be named with number literals.
3435
* Repeating `in` or `out` generic parameter modifiers now reports [E0432][]
3536
("'in' or 'out' variance specifier cannot be listed twice").
@@ -69,7 +70,9 @@ Semantic Versioning.
6970
* `T extends () => RT ? A : B` no longer falsely reports [E0348][] ("invalid
7071
usage of ? as a prefix or suffix in the a type " expression").
7172
* `<T extends />` is now correctly parsed as a JSX element.
72-
* `interface I { get: any }` no longer reports [E0054][] ("unexpected token").
73+
* `interface I { get: any; }` (field named `get` with a type annotation) no
74+
longer reports [E0054][] ("unexpected token"). (Implemented by [Rui
75+
Serra][].)
7376

7477
## 2.18.0 (2023-11-03)
7578

@@ -1224,6 +1227,7 @@ Beta release.
12241227
[mirabellier]: https://github.com/mirabellierr
12251228
[ooblegork]: https://github.com/ooblegork
12261229
[pedrobl1718]: https://github.com/pedrobl85
1230+
[strager]: https://github.com/strager
12271231
[tiagovla]: https://github.com/tiagovla
12281232
[toastin0]: https://github.com/toastin0
12291233
[wagner riffel]: https://github.com/wgrr

0 commit comments

Comments
 (0)