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 2a9a8df commit 2d733b2Copy full SHA for 2d733b2
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