summaryrefslogtreecommitdiff
path: root/tools/core_import_map.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-06-14 23:07:02 +0100
committerGitHub <noreply@github.com>2024-06-15 00:07:02 +0200
commit78b12a43b307c3405cd63cf4612517210330b487 (patch)
treeef9a6a258f13f7d4151e8152ed9702572126c165 /tools/core_import_map.json
parent184a85eaecbe7055b5b3969391f49c4723ac44fb (diff)
fix(ext/node): better support for `node:diagnostics_channel` module (#24088)
Closes https://github.com/denoland/deno/issues/24060
Diffstat (limited to 'tools/core_import_map.json')
-rw-r--r--tools/core_import_map.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/core_import_map.json b/tools/core_import_map.json
index 421769e52..698d232a5 100644
--- a/tools/core_import_map.json
+++ b/tools/core_import_map.json
@@ -66,7 +66,7 @@
"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:diagnostics_channel": "../ext/node/polyfills/diagnostics_channel.js",
"node:dns": "../ext/node/polyfills/dns.ts",
"node:dns/promises": "../ext/node/polyfills/dns/promises.ts",
"node:domain": "../ext/node/polyfills/domain.ts",