Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 2, 2024
1 parent fa17529 commit d8fdbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/nodeGetBuiltin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ function nodeGetBuiltin(moduleName: string): unknown {
export function nodeCreateRequire(path: string): NodeJS.Require {
const { createRequire } = nodeGetBuiltin("module") as typeof import("module");
return createRequire(path);
}
}

0 comments on commit d8fdbf3

Please sign in to comment.