Skip to content

Commit 060860f

Browse files
committed
Fix build by removing old polyfills
1 parent 9e535a2 commit 060860f

3 files changed

Lines changed: 42 additions & 77 deletions

File tree

vscode-extension/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
"ansi-regex": "6.2.2",
3939
"brace-expansion": "5.0.6",
4040
"chai": "6.2.2",
41-
"os": "0.1.2",
42-
"path": "0.12.7",
4341
"temp-dir": "3.0.0",
4442
"terser": "5.48.0",
4543
"vscode-languageclient": "10.0.0"

vscode-extension/pnpm-lock.yaml

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

vscode-extension/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"module": "commonjs",
44
"target": "es2019",
55
"lib": [ "ES2019" ],
6+
"types": [ "node", "vscode" ],
67
"outDir": "out",
78
"sourceMap": true,
89
"rootDir": "src",
@@ -17,6 +18,7 @@
1718
],
1819
"exclude": [
1920
"node_modules",
21+
"src/**/*.test.ts",
2022
"test/**/*",
2123
]
2224
}

0 commit comments

Comments
 (0)