Skip to content

Commit a5f4d6a

Browse files
Updated Roadmap (markdown)
1 parent cb3f195 commit a5f4d6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Roadmap.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
* [ ] [Partial type argument inference](https://github.com/Microsoft/TypeScript/pull/26349)
1717
* [ ] [Stricter types for `IteratorResult`](https://github.com/Microsoft/TypeScript/issues/11375)
1818
<!-- * [ ] [`unknown` for implicit generic constraints](https://github.com/Microsoft/TypeScript/issues/26796) -->
19+
* [ ] Quick fixes to...
20+
* [ ] [Scaffold local `@types` packages](https://github.com/Microsoft/TypeScript/issues/25746)
21+
* [ ] Refactorings to...
22+
* [ ] [Convert to "named" parameters](https://github.com/Microsoft/TypeScript/issues/23552)
1923

2024
# 3.2 (November 2018)
2125

@@ -29,7 +33,6 @@
2933
* [X] [Support printing the implied configuration object to the console with `--showConfig`](https://github.com/Microsoft/TypeScript/pull/27353)
3034
* [X] [Improved formatting and indentation for lists and chained calls](https://github.com/Microsoft/TypeScript/pull/28340)
3135
* [X] Quick fixes to...
32-
* [X] [Scaffold local `@types` packages with dts-gen](https://github.com/Microsoft/TypeScript/issues/25746)
3336
* [X] [Add intermediate `unknown` type assertions](https://github.com/Microsoft/TypeScript/issues/28067)
3437
* [X] [Add missing `new` keyword](https://github.com/Microsoft/TypeScript/issues/26580)
3538

0 commit comments

Comments
 (0)