diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-02 20:19:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 20:19:30 +0200 |
commit | 01f0d03ae82c422c1f9551f3bfbb57daac769ddc (patch) | |
tree | 4506903def90de3da497c81e217d70d62f380dab /tools/core_import_map.json | |
parent | 805497a9a50c3219f64f481feb72271b2fcd6790 (diff) |
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Closes https://github.com/denoland/deno/issues/19510
Diffstat (limited to 'tools/core_import_map.json')
-rw-r--r-- | tools/core_import_map.json | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/tools/core_import_map.json b/tools/core_import_map.json index c4c4b99f2..b75c3a9bb 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -52,27 +52,27 @@ "ext:deno_node/_utils.ts": "../ext/node/polyfills/_utils.ts", "ext:deno_node/_zlib_binding.mjs": "../ext/node/polyfills/_zlib_binding.mjs", "ext:deno_node/00_globals.js": "../ext/node/polyfills/00_globals.js", - "ext:deno_node/01_require.js": "../ext/node/polyfills/01_require.js", - "ext:deno_node/assert.ts": "../ext/node/polyfills/assert.ts", - "ext:deno_node/assert/strict.ts": "../ext/node/polyfills/assert/strict.ts", - "ext:deno_node/async_hooks.ts": "../ext/node/polyfills/async_hooks.ts", - "ext:deno_node/buffer.ts": "../ext/node/polyfills/buffer.ts", - "ext:deno_node/child_process.ts": "../ext/node/polyfills/child_process.ts", - "ext:deno_node/cluster.ts": "../ext/node/polyfills/cluster.ts", - "ext:deno_node/console.ts": "../ext/node/polyfills/console.ts", - "ext:deno_node/constants.ts": "../ext/node/polyfills/constants.ts", - "ext:deno_node/crypto.ts": "../ext/node/polyfills/crypto.ts", - "ext:deno_node/dgram.ts": "../ext/node/polyfills/dgram.ts", - "ext:deno_node/diagnostics_channel.ts": "../ext/node/polyfills/diagnostics_channel.ts", - "ext:deno_node/dns.ts": "../ext/node/polyfills/dns.ts", - "ext:deno_node/dns/promises.ts": "../ext/node/polyfills/dns/promises.ts", - "ext:deno_node/domain.ts": "../ext/node/polyfills/domain.ts", - "ext:deno_node/events.ts": "../ext/node/polyfills/events.ts", - "ext:deno_node/fs.ts": "../ext/node/polyfills/fs.ts", - "ext:deno_node/fs/promises.ts": "../ext/node/polyfills/fs/promises.ts", - "ext:deno_node/http.ts": "../ext/node/polyfills/http.ts", - "ext:deno_node/http2.ts": "../ext/node/polyfills/http2.ts", - "ext:deno_node/https.ts": "../ext/node/polyfills/https.ts", + "node:module": "../ext/node/polyfills/01_require.js", + "node:assert": "../ext/node/polyfills/assert.ts", + "node:assert/strict": "../ext/node/polyfills/assert/strict.ts", + "node:async_hooks": "../ext/node/polyfills/async_hooks.ts", + "node:buffer": "../ext/node/polyfills/buffer.ts", + "node:child_process": "../ext/node/polyfills/child_process.ts", + "node:cluster": "../ext/node/polyfills/cluster.ts", + "node:console": "../ext/node/polyfills/console.ts", + "node:constants": "../ext/node/polyfills/constants.ts", + "node:crypto": "../ext/node/polyfills/crypto.ts", + "node:dgram": "../ext/node/polyfills/dgram.ts", + "node:diagnostics_channel": "../ext/node/polyfills/diagnostics_channel.ts", + "node:dns": "../ext/node/polyfills/dns.ts", + "node:dns/promises": "../ext/node/polyfills/dns/promises.ts", + "node:domain": "../ext/node/polyfills/domain.ts", + "node:events": "../ext/node/polyfills/events.ts", + "node:fs": "../ext/node/polyfills/fs.ts", + "node:fs/promises": "../ext/node/polyfills/fs/promises.ts", + "node:http": "../ext/node/polyfills/http.ts", + "node:http2": "../ext/node/polyfills/http2.ts", + "node:https": "../ext/node/polyfills/https.ts", "ext:deno_node/inspector.ts": "../ext/node/polyfills/inspector.ts", "ext:deno_node/internal_binding/_libuv_winerror.ts": "../ext/node/polyfills/internal_binding/_libuv_winerror.ts", "ext:deno_node/internal_binding/_listen.ts": "../ext/node/polyfills/internal_binding/_listen.ts", @@ -164,43 +164,43 @@ "ext:deno_node/internal/util/inspect.mjs": "../ext/node/polyfills/internal/util/inspect.mjs", "ext:deno_node/internal/util/types.ts": "../ext/node/polyfills/internal/util/types.ts", "ext:deno_node/internal/validators.mjs": "../ext/node/polyfills/internal/validators.mjs", - "ext:deno_node/net.ts": "../ext/node/polyfills/net.ts", - "ext:deno_node/os.ts": "../ext/node/polyfills/os.ts", - "ext:deno_node/path.ts": "../ext/node/polyfills/path.ts", + "node:net": "../ext/node/polyfills/net.ts", + "node:os": "../ext/node/polyfills/os.ts", + "node:path": "../ext/node/polyfills/path.ts", "ext:deno_node/path/_constants.ts": "../ext/node/polyfills/path/_constants.ts", "ext:deno_node/path/_interface.ts": "../ext/node/polyfills/path/_interface.ts", "ext:deno_node/path/_posix.ts": "../ext/node/polyfills/path/_posix.ts", "ext:deno_node/path/_util.ts": "../ext/node/polyfills/path/_util.ts", "ext:deno_node/path/_win32.ts": "../ext/node/polyfills/path/_win32.ts", "ext:deno_node/path/mod.ts": "../ext/node/polyfills/path/mod.ts", - "ext:deno_node/path/posix.ts": "../ext/node/polyfills/path/posix.ts", + "node:path/posix": "../ext/node/polyfills/path/posix.ts", "ext:deno_node/path/separator.ts": "../ext/node/polyfills/path/separator.ts", - "ext:deno_node/path/win32.ts": "../ext/node/polyfills/path/win32.ts", - "ext:deno_node/perf_hooks.ts": "../ext/node/polyfills/perf_hooks.ts", - "ext:deno_node/process.ts": "../ext/node/polyfills/process.ts", - "ext:deno_node/punycode.ts": "../ext/node/polyfills/punycode.ts", - "ext:deno_node/querystring.ts": "../ext/node/polyfills/querystring.ts", - "ext:deno_node/readline.ts": "../ext/node/polyfills/readline.ts", + "node:path/win32": "../ext/node/polyfills/path/win32.ts", + "node:perf_hooks": "../ext/node/polyfills/perf_hooks.ts", + "node:process": "../ext/node/polyfills/process.ts", + "node:punycode": "../ext/node/polyfills/punycode.ts", + "node:querystring": "../ext/node/polyfills/querystring.ts", + "node:readline": "../ext/node/polyfills/readline.ts", "ext:deno_node/readline/promises.ts": "../ext/node/polyfills/readline/promises.ts", "ext:deno_node/repl.ts": "../ext/node/polyfills/repl.ts", - "ext:deno_node/stream.ts": "../ext/node/polyfills/stream.ts", - "ext:deno_node/stream/consumers.mjs": "../ext/node/polyfills/stream/consumers.mjs", - "ext:deno_node/stream/promises.mjs": "../ext/node/polyfills/stream/promises.mjs", - "ext:deno_node/stream/web.ts": "../ext/node/polyfills/stream/web.ts", - "ext:deno_node/string_decoder.ts": "../ext/node/polyfills/string_decoder.ts", - "ext:deno_node/sys.ts": "../ext/node/polyfills/sys.ts", - "ext:deno_node/timers.ts": "../ext/node/polyfills/timers.ts", - "ext:deno_node/timers/promises.ts": "../ext/node/polyfills/timers/promises.ts", - "ext:deno_node/tls.ts": "../ext/node/polyfills/tls.ts", - "ext:deno_node/tty.ts": "../ext/node/polyfills/tty.ts", - "ext:deno_node/url.ts": "../ext/node/polyfills/url.ts", - "ext:deno_node/util.ts": "../ext/node/polyfills/util.ts", - "ext:deno_node/util/types.ts": "../ext/node/polyfills/util/types.ts", - "ext:deno_node/v8.ts": "../ext/node/polyfills/v8.ts", - "ext:deno_node/vm.ts": "../ext/node/polyfills/vm.ts", + "node:stream": "../ext/node/polyfills/stream.ts", + "node:stream/consumers": "../ext/node/polyfills/stream/consumers.mjs", + "node:stream/promises": "../ext/node/polyfills/stream/promises.mjs", + "node:stream/web": "../ext/node/polyfills/stream/web.ts", + "node:string_decoder": "../ext/node/polyfills/string_decoder.ts", + "node:sys": "../ext/node/polyfills/sys.ts", + "node:timers": "../ext/node/polyfills/timers.ts", + "node:timers/promises": "../ext/node/polyfills/timers/promises.ts", + "node:tls": "../ext/node/polyfills/tls.ts", + "node:tty": "../ext/node/polyfills/tty.ts", + "node:url": "../ext/node/polyfills/url.ts", + "node:util": "../ext/node/polyfills/util.ts", + "node:util/types": "../ext/node/polyfills/util/types.ts", + "node:v8": "../ext/node/polyfills/v8.ts", + "node:vm": "../ext/node/polyfills/vm.ts", "ext:deno_node/wasi.ts": "../ext/node/polyfills/wasi.ts", - "ext:deno_node/worker_threads.ts": "../ext/node/polyfills/worker_threads.ts", - "ext:deno_node/zlib.ts": "../ext/node/polyfills/zlib.ts", + "node:worker_threads": "../ext/node/polyfills/worker_threads.ts", + "node:zlib": "../ext/node/polyfills/zlib.ts", "ext:deno_url/00_url.js": "../ext/url/00_url.js", "ext:deno_url/01_urlpattern.js": "../ext/url/01_urlpattern.js", "ext:deno_web/00_infra.js": "../ext/web/00_infra.js", |