You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ This is still a work in progress and is not yet at full feature parity with Type
32
32
| Commandline and `tsconfig.json` parsing | done | Done, though `tsconfig` errors may not be as helpful. |
33
33
| Type resolution | done | Same types as TS 6.0. |
34
34
| Type checking | done | Same errors, locations, and messages as TS 6.0. Types printback in errors may display differently. |
35
-
| JavaScript-specific inference and JSDoc |in progress | Mostly complete, but intentionally lacking some features. Declaration emit not complete. |
35
+
| JavaScript-specific inference and JSDoc |done | Complete, but intentionally lacking some features. Declaration emit differs greatly, intentionally, to be closer to TS declarations. |
36
36
| JSX | done | - |
37
-
| Declaration emit |in progress | Done for TypeScript files. Not yet complete for JavaScript files.|
37
+
| Declaration emit |done | -|
38
38
| Emit (JS output) | done | - |
39
39
| Watch mode | prototype | Watches files and rebuilds, but no incremental rechecking. Not optimized. |
0 commit comments