Skip to content

Commit 7c5dab7

Browse files
committed
Move to esbuild
1 parent 53548d6 commit 7c5dab7

File tree

12 files changed

+3483
-722118
lines changed

12 files changed

+3483
-722118
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
public-hoist-pattern[]=*@one-ini/wasm
2+
public-hoist-pattern[]=*@cdktf/hcl2json

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"type": "pwa-node",
8+
"type": "node",
99
"request": "launch",
1010
"name": "Launch Program",
1111
"skipFiles": ["<node_internals>/**"],
1212
"env": {
1313
"TRY_USE_TEST_CONTEXT": "true"
1414
},
15-
"program": "${workspaceFolder}/src/main.ts",
15+
"program": "${workspaceFolder}/src/index.ts",
1616
"runtimeArgs": [
1717
"--nolazy",
1818
"-r",
19-
"ts-node/register/transpile-only",
19+
"esbuild-register",
2020
"-r",
2121
"dotenv/config"
2222
],

0 commit comments

Comments
 (0)