mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix(path): Remove non node symbols (#18630)
- preserve referential invariants (e.g. path.posix === posix) - remove glob and separator exports - save removal of fromFileUrl and toFileUrl for a different PR as that refactor is more involved - addresses #18177
This commit is contained in:
parent
54c31194a5
commit
b0b0594767
8 changed files with 1590 additions and 1948 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue