Commit 136441b
extension/tsconfig.json: target es2022
Regexp capturing group used in extesion/src/goTest/utils.ts `moduleNameRegex`
is available from es2018
Originally targetted to switch to es2018, but Ethan Reesor pointed out
the current vscode-go targets vscode 1.75.0+ and according to
https://github.com/ewanharris/vscode-versions, it must be able to
support node 16.14.2+. node.green shows 16.14.2 supports up through
es2022. From https://compat-table.github.io/compat-table/es2016plus/
es2022 is widely supported. So, bump up to es2022.
Fixes #3540
Change-Id: I033ef645f77b06ca1c9cf5415f3c7c95887be409
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/606695
Reviewed-by: Ethan Reesor <ethan.reesor@gmail.com>
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>1 parent 91e723a commit 136441b
3 files changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments