Skip to content

Commit bd7c18d

Browse files
authored
Update readme, issue template (microsoft#2140)
1 parent e34615c commit bd7c18d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/02-behavior-difference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Behavior Difference
3-
about: tsgo produces different results than TypeScript 5.8
3+
about: tsgo produces different results than TypeScript 5.9
44
title: ''
55
labels: ''
66
assignees: ''
@@ -11,6 +11,6 @@ assignees: ''
1111

1212
<!-- Share a repository link or a code sample -->
1313

14-
## Behavior with `typescript@5.8`
14+
## Behavior with `typescript@5.9`
1515

1616
## Behavior with `tsgo`

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4545
Definitions:
@@ -54,7 +54,7 @@ Definitions:
5454
Long-term, we expect that this repo and its contents will be merged into `microsoft/TypeScript`.
5555
As 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

Comments
 (0)