Skip to content

Commit 21fe04c

Browse files
committed
refactor(docs): improve wording
1 parent 12be35f commit 21fe04c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Semantic Versioning.
1212

1313
* TypeScript: Type variables such as `Readonly<T>` and `IArguments` are now
1414
recognized by the new `typescript` global group which is enabled by default.
15-
* TypeScript: `declare class`, `declare abstract class`, `declare const`,
16-
`declare let`, `declare var`, `declare type`, `declare interface`,
17-
`declare function`, and `declare namespace` are now supported.
15+
* TypeScript: `declare` is now supported.
1816
* TypeScript: The old-style `module` syntax for namespaces is now supported.
1917
* `array[i, j]` now reports [E0450][] ("misleading use of ',' operator in
2018
index") (implemented by [Yunus][]).

0 commit comments

Comments
 (0)