Skip to content

Commit 07b4cdf

Browse files
authored
Update readme status table (#3356)
1 parent 53e633f commit 07b4cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ This is still a work in progress and is not yet at full feature parity with Type
3434
| Type checking | done | Same errors, locations, and messages as TS 6.0. 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 | - |
37-
| Declaration emit | in progress | Most common features are in place, but some edge cases and feature flags are still unhandled. |
38-
| Emit (JS output) | in progress | `target: esnext` well-supported, other targets may have gaps. |
37+
| Declaration emit | in progress | Done for TypeScript files. Not yet complete for JavaScript files. |
38+
| Emit (JS output) | done | - |
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 | Most functionality. More features coming soon. |
42+
| Language service (LSP) | in progress | Nearly all features implemented. |
4343
| API | not ready | - |
4444

4545
Definitions:

0 commit comments

Comments
 (0)