Merge pull request #14583 from juanrgm/fix/path-submodules-14582

fix: add missing external modules
This commit is contained in:
Tobias Koppers 2021-10-29 13:37:16 +02:00 committed by GitHub
commit 1992e9ce2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ const builtins = [
"net",
"os",
"path",
"path/posix",
"path/win32",
"perf_hooks",
"process",
"punycode",