From 78b12a43b307c3405cd63cf4612517210330b487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 14 Jun 2024 23:07:02 +0100 Subject: fix(ext/node): better support for `node:diagnostics_channel` module (#24088) Closes https://github.com/denoland/deno/issues/24060 --- tools/core_import_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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", -- cgit v1.2.3