Skip to content

Commit

Permalink
[New] add path/posix, path/win32, util/types
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 26, 2020
1 parent 7a97e56 commit 77f94f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core.json
Expand Up @@ -38,6 +38,8 @@
"node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12",
"os": true,
"path": true,
"path/posix": ">= 15.3",
"path/win32": ">= 15.3",
"perf_hooks": ">= 8.5",
"process": ">= 1",
"punycode": true,
Expand Down Expand Up @@ -65,6 +67,7 @@
"tty": true,
"url": true,
"util": true,
"util/types": ">= 15.3",
"v8/tools/arguments": ">= 10 && < 12",
"v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
"v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
Expand Down

0 comments on commit 77f94f1

Please sign in to comment.