diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-24 23:09:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-24 23:09:19 +0000 |
commit | 558d263a0c602ef12914cbb10c263a9e2bb96bf2 (patch) | |
tree | a2e05e03d2b963882355e1506fa52166679b2192 /editors/code | |
parent | bd4ea87f7442541123e3bbd7e17bfecdfb3c18c6 (diff) | |
parent | 6d15f89a4b1535ef489fa559f22d0275989f7357 (diff) |
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 :tada:, though with a caveat ))
![image](https://user-images.githubusercontent.com/36276403/75185341-93629b00-574e-11ea-8d5c-4a4293f140f7.png)
Co-authored-by: Veetaha <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package-lock.json | 6 | ||||
-rw-r--r-- | editors/code/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index 76ef2aae4..0288a468e 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json | |||
@@ -1575,9 +1575,9 @@ | |||
1575 | } | 1575 | } |
1576 | }, | 1576 | }, |
1577 | "typescript": { | 1577 | "typescript": { |
1578 | "version": "3.7.5", | 1578 | "version": "3.8.2", |
1579 | "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", | 1579 | "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz", |
1580 | "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", | 1580 | "integrity": "sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==", |
1581 | "dev": true | 1581 | "dev": true |
1582 | }, | 1582 | }, |
1583 | "typescript-formatter": { | 1583 | "typescript-formatter": { |
diff --git a/editors/code/package.json b/editors/code/package.json index 9ef6c6983..dff535fcd 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -42,7 +42,7 @@ | |||
42 | "eslint": "^6.8.0", | 42 | "eslint": "^6.8.0", |
43 | "rollup": "^1.31.1", | 43 | "rollup": "^1.31.1", |
44 | "tslib": "^1.10.0", | 44 | "tslib": "^1.10.0", |
45 | "typescript": "^3.7.5", | 45 | "typescript": "^3.8.2", |
46 | "typescript-formatter": "^7.2.2", | 46 | "typescript-formatter": "^7.2.2", |
47 | "vsce": "^1.73.0" | 47 | "vsce": "^1.73.0" |
48 | }, | 48 | }, |