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 e576772 commit 8b328d3Copy full SHA for 8b328d3
tests/esm-custom-loader/loader.mjs
@@ -11,6 +11,6 @@ const tsNodeInstance = register({
11
},
12
});
13
14
-export const { resolve, getFormat, transformSource } = createEsmHooks(
+export const { resolve, getFormat, transformSource, load } = createEsmHooks(
15
tsNodeInstance
16
);
0 commit comments