Skip to content

TypeScript 4.9 #714

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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f422f49
Revert "typescript 4.8 (#713)"
romainmenke Nov 18, 2022
39e70a4
poke
romainmenke Nov 18, 2022
d5b42be
enable extended diagnostics
romainmenke Nov 19, 2022
f3b8d7b
more diagnostics
romainmenke Nov 19, 2022
3c9fae4
Merge branch 'main' into revert-713-typescript-4.8--intuitive-labrado…
romainmenke Nov 23, 2022
1ec283c
apply patch
romainmenke Nov 23, 2022
ebc939f
list open file descriptiors
romainmenke Nov 23, 2022
d579466
Revert "list open file descriptiors"
romainmenke Nov 23, 2022
cea223f
middle
romainmenke Nov 23, 2022
c9141ca
1
romainmenke Nov 23, 2022
88f00fd
final
romainmenke Nov 23, 2022
68f12d1
2
romainmenke Nov 23, 2022
ab108be
3
romainmenke Nov 23, 2022
71c9323
4
romainmenke Nov 23, 2022
b49dae3
5
romainmenke Nov 23, 2022
c83bbd8
6
romainmenke Nov 23, 2022
4f8379e
7
romainmenke Nov 23, 2022
bf40615
8
romainmenke Nov 23, 2022
c6c9dfa
9
romainmenke Nov 23, 2022
4543878
10
romainmenke Nov 23, 2022
0180d05
11
romainmenke Nov 23, 2022
35c8cfd
12
romainmenke Nov 23, 2022
f662df9
13
romainmenke Nov 23, 2022
398b029
14
romainmenke Nov 23, 2022
8696148
latest typescript
romainmenke Nov 25, 2022
fc7aab0
1
romainmenke Nov 25, 2022
205a36e
2
romainmenke Nov 25, 2022
a166437
3
romainmenke Nov 25, 2022
6a3c1ae
4
romainmenke Nov 25, 2022
e682299
5
romainmenke Nov 25, 2022
2bc398d
6
romainmenke Nov 25, 2022
35e53fb
7
romainmenke Nov 25, 2022
1490525
8
romainmenke Nov 25, 2022
ac62106
re-confirm fix
romainmenke Nov 25, 2022
d39cf38
Merge remote-tracking branch 'origin/main' into revert-713-typescript…
romainmenke Nov 29, 2022
b01c3d3
latest
romainmenke Nov 29, 2022
8ba4756
typescript 4.9.4
romainmenke Dec 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
162 changes: 117 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"glob": "^8.0.3",
"rollup": "^2.78.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "~4.8"
"typescript": "^4.9.4"
},
"scripts": {
"build": "npm run build --workspaces --if-present",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"compilerOptions": {
"diagnostics": true,
"explainFiles": true,
"extendedDiagnostics": true,
"moduleResolution": "node",
"allowJs": false,
"target": "es2020",
Expand Down