Skip to content

Commit 2995dfc

Browse files
committed
fix: Revert "bump dependency versions"
This reverts commit 1d57aea.
1 parent b9fa55f commit 2995dfc

16 files changed

Lines changed: 1803 additions & 2352 deletions

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/dist
2-
/dist-test
32
/grammar
43
/lib*
5-
/out
64
/node_modules
75
/types
86
/samples/d3/data/*

esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function main(tsconfigRaw, entryPoint, platform, format, plugins = [], out
7777
];
7878

7979
const external = platform === "node"
80-
? ["vscode", "fs", "path", "os", "jsdom"]
80+
? ["vscode", "fs", "path", "os"]
8181
: ["vscode", ...npmExternals];
8282

8383
const ctx = await esbuild.context({

0 commit comments

Comments
 (0)