File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments