diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-06-14 23:07:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 00:07:02 +0200 |
commit | 78b12a43b307c3405cd63cf4612517210330b487 (patch) | |
tree | ef9a6a258f13f7d4151e8152ed9702572126c165 /tools/core_import_map.json | |
parent | 184a85eaecbe7055b5b3969391f49c4723ac44fb (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.json | 2 |
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", |