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 fa17529 commit d8fdbf3Copy full SHA for d8fdbf3
src/compiler/nodeGetBuiltin.ts
@@ -8,4 +8,4 @@ function nodeGetBuiltin(moduleName: string): unknown {
8
export function nodeCreateRequire(path: string): NodeJS.Require {
9
const { createRequire } = nodeGetBuiltin("module") as typeof import("module");
10
return createRequire(path);
11
-}
+}
0 commit comments