We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d417fc commit 25a8caeCopy full SHA for 25a8cae
.github/workflows/test.yml
@@ -37,4 +37,6 @@ jobs:
37
run: npm run node:test
38
- name: npm test with amaro
39
if: matrix.node-version == '20.x'
40
- run: NODE_OPTIONS="--import=./tools/strip.js" npm run node:test
+ run: npm run node:test
41
+ env:
42
+ NODE_OPTIONS: --import=${{ github.workspace }}/implementors/node/ts-strip.js
tools/loader.js implementors/node/ts-loader.jstools/loader.js renamed to implementors/node/ts-loader.js
tools/strip.js implementors/node/ts-strip.jstools/strip.js renamed to implementors/node/ts-strip.js
@@ -1,4 +1,4 @@
1
import { register } from 'node:module';
2
import 'amaro/strip';
3
4
-register('./loader.js', import.meta.url);
+register('./ts-loader.js', import.meta.url);
0 commit comments