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