We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f08cf commit 2d03799Copy full SHA for 2d03799
CHANGELOG.md
@@ -11,6 +11,7 @@ New features:
11
Bugfixes:
12
13
Other improvements:
14
+- Use node: prefix imports in FFI to preferentially force builtin module usage (#24)
15
16
## [v5.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v5.0.0) - 2022-04-27
17
src/Node/Path.js
@@ -1,4 +1,4 @@
1
-import path from "path";
+import path from "node:path";
2
export const normalize = path.normalize;
3
4
export function concat(segments) {
0 commit comments