diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/core_import_map.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/core_import_map.json b/tools/core_import_map.json index 6dff4c930..8122a2c84 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -181,7 +181,7 @@ "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:querystring": "../ext/node/polyfills/querystring.js", "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", |