-
Notifications
You must be signed in to change notification settings - Fork 718
Convert status overview to a table #769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert status overview to a table #769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
README.md:65
- [nitpick] Consider wrapping 'TS5.8' in backticks for consistent markdown formatting across the table.
| Program creation | done | Same files and module resolution as TS5.8. Not all resolution modes supported yet. |
| Parsing/scanning | done | Exact same syntax errors as TS5.8 | | ||
| Commandline and `tsconfig.json` parsing | mostly done | Entry point slightly different for now | | ||
| Type resolution | done | Same types as TS5.8 | | ||
| Type checking | done | Same errors, locations, and messages as TS5.8. Types printback in errors may display differently (in progress) | | ||
| JavaScript-specific inference and JS Doc | not ready | - | | ||
| JSX | done | - | | ||
| Declaration emit | not ready | Coming soon | | ||
| Emit (JS output) | in progress | `target: esnext` well-supported, other targets may have gaps | | ||
| Watch mode | prototype | Watches files and rebuilds, but no incremental rechecking | | ||
| Build mode / project references | not ready | - | | ||
| Incremental build | not ready | - | | ||
| Language service (LSP) | prototype | Minimal functionality (errors, hover, go to def). More features coming soon | |
Copilot
AI
Apr 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider standardizing punctuation in the Notes column; for example, either consistently use trailing periods or omit them in all rows.
| Parsing/scanning | done | Exact same syntax errors as TS5.8 | | |
| Commandline and `tsconfig.json` parsing | mostly done | Entry point slightly different for now | | |
| Type resolution | done | Same types as TS5.8 | | |
| Type checking | done | Same errors, locations, and messages as TS5.8. Types printback in errors may display differently (in progress) | | |
| JavaScript-specific inference and JS Doc | not ready | - | | |
| JSX | done | - | | |
| Declaration emit | not ready | Coming soon | | |
| Emit (JS output) | in progress | `target: esnext` well-supported, other targets may have gaps | | |
| Watch mode | prototype | Watches files and rebuilds, but no incremental rechecking | | |
| Build mode / project references | not ready | - | | |
| Incremental build | not ready | - | | |
| Language service (LSP) | prototype | Minimal functionality (errors, hover, go to def). More features coming soon | | |
| Parsing/scanning | done | Exact same syntax errors as TS5.8. | | |
| Commandline and `tsconfig.json` parsing | mostly done | Entry point slightly different for now. | | |
| Type resolution | done | Same types as TS5.8. | | |
| Type checking | done | Same errors, locations, and messages as TS5.8. Types printback in errors may display differently (in progress). | | |
| JavaScript-specific inference and JS Doc | not ready | - | | |
| JSX | done | - | | |
| Declaration emit | not ready | Coming soon. | | |
| Emit (JS output) | in progress | `target: esnext` well-supported, other targets may have gaps. | | |
| Watch mode | prototype | Watches files and rebuilds, but no incremental rechecking. | | |
| Build mode / project references | not ready | - | | |
| Incremental build | not ready | - | | |
| Language service (LSP) | prototype | Minimal functionality (errors, hover, go to def). More features coming soon. | |
Copilot uses AI. Check for mistakes.
@microsoft-github-policy-service agree |
@RyanCavanaugh do I need to add anything else before merge? |
Was noticing this list is kinda hard to parse as-is