diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index b73c3366f..f4b4d0a39 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -439,8 +439,9 @@ deno_core::extension!(deno_node, "path/_constants.ts", "path/_interface.ts", "path/_util.ts", + "path/_posix.ts", + "path/_win32.ts", "path/common.ts", - "path/glob.ts", "path/mod.ts", "path/posix.ts", "path/separator.ts", |