Skip to content

Commit 558d263

Browse files
bors[bot]Veetaha
and
Veetaha
authored
Merge #3296
3296: vscode: bump TypeScript version r=matklad a=Veetaha There is a new [`type-only` import and export feature](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#-type-only-imports-and-export), but let's keep our codebase as simple as it is now. Also, top-level await 🎉, though with a caveat )) ![image](https://user-images.githubusercontent.com/36276403/75185341-93629b00-574e-11ea-8d5c-4a4293f140f7.png) Co-authored-by: Veetaha <[email protected]>
2 parents bd4ea87 + 6d15f89 commit 558d263

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

editors/code/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "^6.8.0",
4343
"rollup": "^1.31.1",
4444
"tslib": "^1.10.0",
45-
"typescript": "^3.7.5",
45+
"typescript": "^3.8.2",
4646
"typescript-formatter": "^7.2.2",
4747
"vsce": "^1.73.0"
4848
},

0 commit comments

Comments
 (0)