Skip to content
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

Support TypeScript 5 #13819

Merged
merged 50 commits into from Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d57dcfe
Install 5.0
fisker Nov 8, 2022
ef14830
Modify
fisker Nov 8, 2022
d272bbc
Fix
fisker Nov 8, 2022
11648f3
Simplify
fisker Nov 8, 2022
cde5fce
Use ESM
fisker Nov 8, 2022
3a61694
Fix test
fisker Nov 8, 2022
26fb3dc
Clean
fisker Nov 8, 2022
98621ae
Use cjs export
fisker Nov 8, 2022
793f3eb
Install typescript@next
fisker Dec 15, 2022
226d590
Fix merge conflict
fisker Dec 15, 2022
f0c8e1b
Fix
fisker Dec 15, 2022
5eec6f6
Linting
fisker Dec 15, 2022
87bbd48
Install `5.0.0-beta`
fisker Jan 28, 2023
3edaba3
Linting
fisker Jan 28, 2023
ee73807
TEST
fisker Jan 28, 2023
90a8e2b
TEST
fisker Jan 28, 2023
3383840
Restore throw-warnings.mjs
fisker Jan 28, 2023
7c4fbce
Update test
fisker Jan 28, 2023
0a88425
Fix test
fisker Jan 28, 2023
85385cb
Fix test
fisker Jan 28, 2023
5e8c904
Fix build script
fisker Jan 28, 2023
2c3b777
Fix build script
fisker Jan 28, 2023
48e1b85
Reduce package size
fisker Jan 28, 2023
101ab55
Reduce package size
fisker Jan 28, 2023
deb06c7
Fix
fisker Jan 28, 2023
5f4b8fc
Fix tests
fisker Jan 28, 2023
3370b29
Fix tests
fisker Jan 28, 2023
9918425
Linting
fisker Jan 28, 2023
a7d7769
Improve coverage
fisker Jan 28, 2023
e9ffa6f
Coverage
fisker Jan 28, 2023
c054a99
5.0.1-rc
fisker Mar 2, 2023
b95106c
Merge branch 'next' into ts-5
fisker Mar 2, 2023
7fb42dc
yarn dedupe
fisker Mar 2, 2023
4dfcd10
Fix
fisker Mar 2, 2023
75b9889
Fix
fisker Mar 2, 2023
76ea5f2
Disable test
fisker Mar 2, 2023
cef1a36
tsc
fisker Mar 2, 2023
9492954
Fix .d.ts file
fisker Mar 2, 2023
aa9a378
Merge branch 'next' into ts-5
fisker Mar 2, 2023
ba87b55
Merge branch 'next' into ts-5
sosukesuzuki Mar 14, 2023
4eae1a7
Update typescript-eslint
sosukesuzuki Mar 14, 2023
e80414f
Enable tests
sosukesuzuki Mar 14, 2023
f35f673
Remove temporary workaround and fix tests
sosukesuzuki Mar 14, 2023
deebb65
Update changelog
sosukesuzuki Mar 14, 2023
37669ba
Fix snapshot
fisker Mar 15, 2023
adb56c5
Update test
fisker Mar 15, 2023
5e21c0b
Add comma
fisker Mar 15, 2023
560cf79
yarn dedupe
fisker Mar 15, 2023
fce262e
Pin Node.js version
fisker Mar 15, 2023
b657a07
FIx
fisker Mar 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog_unreleased/typescript/14391-2.md
@@ -1,4 +1,4 @@
#### Support TypeScript 5.0 via `babel-ts` parser (#14391 by @fisker)
#### Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)

TypeScript 5.0 introduces two new syntactic features:

Expand Down
1 change: 1 addition & 0 deletions cspell.json
Expand Up @@ -328,6 +328,7 @@
"Tradeshift",
"Transloadit",
"trippable",
"tsbuild",
"tsep",
"TSES",
"TSJS",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -38,8 +38,8 @@
"@iarna/toml": "2.2.5",
"@prettier/is-es5-identifier-name": "0.1.0",
"@prettier/parse-srcset": "2.0.2",
"@typescript-eslint/typescript-estree": "5.54.1",
"@typescript-eslint/visitor-keys": "5.54.1",
"@typescript-eslint/typescript-estree": "5.55.0",
"@typescript-eslint/visitor-keys": "5.55.0",
"acorn": "8.8.2",
"acorn-jsx": "5.3.2",
"angular-estree-parser": "6.0.0",
Expand Down Expand Up @@ -97,7 +97,7 @@
"string-width": "5.0.1",
"strip-ansi": "7.0.1",
"to-fast-properties": "4.0.0",
"typescript": "4.9.5",
"typescript": "5.0.1-rc",
"unicode-regex": "3.0.0",
"unified": "9.2.2",
"vnopts": "1.0.2",
Expand All @@ -112,7 +112,7 @@
"@types/file-entry-cache": "5.0.2",
"@types/find-cache-dir": "3.2.1",
"@types/jest": "29.4.0",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/eslint-plugin": "5.55.0",
"benchmark": "2.1.4",
"browserslist-to-esbuild": "1.2.0",
"c8": "7.13.0",
Expand Down