This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 086f872
build: output es2017
The language server only supports node engine `>=10.9.0 <13.0.0`,
and according to https://node.green/ this version fully supports
async/await, so we don't have to downlevel to es2015. This will make
the bundle smaller and faster.
https://github.com/angular/vscode-ng-language-service/blob/7fe63cbae86b1aa56df75dac96d7c008c16a4604/server/package.json#L121 parent 7fe63cb commit 086f872
File tree
3 files changed
+2
-3
lines changed- integration
- syntaxes/test
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments