Skip to content

Commit 4d178c4

Browse files
committed
refactor(docs): make it clear that TypeScript support is still experimental
1 parent 21fe04c commit 4d178c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ Semantic Versioning.
1010

1111
### Added
1212

13-
* TypeScript: Type variables such as `Readonly<T>` and `IArguments` are now
14-
recognized by the new `typescript` global group which is enabled by default.
15-
* TypeScript: `declare` is now supported.
16-
* TypeScript: The old-style `module` syntax for namespaces is now supported.
1713
* `array[i, j]` now reports [E0450][] ("misleading use of ',' operator in
1814
index") (implemented by [Yunus][]).
1915
* `while (x > 0, y > 0)` now reports [E0451][] ("misleading use of ',' operator
2016
in conditional statement") (implemented by [Yunus][]).
17+
* Improvements to experimental TypeScript support:
18+
* Type variables such as `Readonly<T>` and `IArguments` are now recognized by
19+
the new `typescript` global group which is enabled by default.
20+
* `declare` is now supported.
21+
* The old-style `module` syntax for namespaces is now supported.
2122

2223
### Fixed
2324

0 commit comments

Comments
 (0)