@@ -27,19 +27,19 @@ This is still a work in progress and is not yet at full feature parity with Type
2727
2828| Feature | Status | Notes |
2929| ---------| --------| -------|
30- | Program creation | done | Same files and module resolution as TS 5.8 . Not all resolution modes supported yet. |
31- | Parsing/scanning | done | Exact same syntax errors as TS 5.8 |
32- | Commandline and ` tsconfig.json ` parsing | mostly done | Missing --help, --init . |
33- | Type resolution | done | Same types as TS 5.8 . |
34- | Type checking | done | Same errors, locations, and messages as TS 5.8 . Types printback in errors may display differently. |
30+ | Program creation | done | Same files and module resolution as TS 5.9 . Not all resolution modes supported yet. |
31+ | Parsing/scanning | done | Exact same syntax errors as TS 5.9 |
32+ | Commandline and ` tsconfig.json ` parsing | done | Done, though ` tsconfig ` errors may not be as helpful . |
33+ | Type resolution | done | Same types as TS 5.9 . |
34+ | Type checking | done | Same errors, locations, and messages as TS 5.9 . Types printback in errors may display differently. |
3535| JavaScript-specific inference and JSDoc | in progress | Mostly complete, but intentionally lacking some features. Declaration emit not complete. |
3636| JSX | done | - |
3737| Declaration emit | in progress | Most common features are in place, but some edge cases and feature flags are still unhandled. |
3838| Emit (JS output) | in progress | ` target: esnext ` well-supported, other targets may have gaps. |
3939| Watch mode | prototype | Watches files and rebuilds, but no incremental rechecking. Not optimized. |
4040| Build mode / project references | done | - |
4141| Incremental build | done | - |
42- | Language service (LSP) | in progress | Some functionality (errors, hover, go to def, refs, sig help) . More features coming soon. |
42+ | Language service (LSP) | in progress | Most functionality. More features coming soon. |
4343| API | not ready | - |
4444
4545Definitions:
@@ -54,7 +54,7 @@ Definitions:
5454Long-term, we expect that this repo and its contents will be merged into ` microsoft/TypeScript ` .
5555As a result, the repo and issue tracker for typescript-go will eventually be closed, so treat discussions/issues accordingly.
5656
57- For a list of intentional changes with respect to TypeScript 5.7 , see CHANGES.md.
57+ For a list of intentional changes with respect to TypeScript 5.9 , see CHANGES.md.
5858
5959## Contributing
6060
0 commit comments