Skip to content

Commit 05f91cd

Browse files
committed
chore: use node prefix imports
change import to be prefixed with node: to indicate builtin module usage
1 parent d5f08cf commit 05f91cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/Path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import path from "path";
1+
import path from "node:path";
22
export const normalize = path.normalize;
33

44
export function concat(segments) {

0 commit comments

Comments
 (0)