/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/deno-import-map.json
72 строки
2 KB
Alexander Akait
test: run the webpack test suite under Deno (drop nearly all skips, --runInBand and unstable flags) (#21240)
22 июн 2026, 14:43
Не верифицирован
22 июн 2026, 14:43
0fce20d
Код
Авторство
О чём код?
{ "imports": { "_http_agent": "node:_http_agent", "_http_client": "node:_http_client", "_http_common": "node:_http_common", "_http_incoming": "node:_http_incoming", "_http_outgoing": "node:_http_outgoing", "_http_server": "node:_http_server", "_stream_duplex": "node:_stream_duplex", "_stream_passthrough": "node:_stream_passthrough", "_stream_readable": "node:_stream_readable", "_stream_transform": "node:_stream_transform", "_stream_wrap": "node:_stream_wrap", "_stream_writable": "node:_stream_writable", "_tls_common": "node:_tls_common", "_tls_wrap": "node:_tls_wrap", "assert": "node:assert", "assert/strict": "node:assert/strict", "async_hooks": "node:async_hooks", "buffer": "node:buffer", "child_process": "node:child_process", "cluster": "node:cluster", "console": "node:console", "constants": "node:constants", "crypto": "node:crypto", "dgram": "node:dgram", "diagnostics_channel": "node:diagnostics_channel", "dns": "node:dns", "dns/promises": "node:dns/promises", "domain": "node:domain", "events": "node:events", "fs": "node:fs", "fs/promises": "node:fs/promises", "http": "node:http", "http2": "node:http2", "https": "node:https", "inspector": "node:inspector", "inspector/promises": "node:inspector/promises", "module": "node:module", "net": "node:net", "os": "node:os", "path": "node:path", "path/posix": "node:path/posix", "path/win32": "node:path/win32", "perf_hooks": "node:perf_hooks", "process": "node:process", "punycode": "node:punycode", "querystring": "node:querystring", "readline": "node:readline", "readline/promises": "node:readline/promises", "repl": "node:repl", "stream": "node:stream", "stream/consumers": "node:stream/consumers", "stream/promises": "node:stream/promises", "stream/web": "node:stream/web", "string_decoder": "node:string_decoder", "sys": "node:sys", "timers": "node:timers", "timers/promises": "node:timers/promises", "tls": "node:tls", "trace_events": "node:trace_events", "tty": "node:tty", "url": "node:url", "util": "node:util", "util/types": "node:util/types", "v8": "node:v8", "vm": "node:vm", "wasi": "node:wasi", "worker_threads": "node:worker_threads", "zlib": "node:zlib" } }