Skip to content

Commit

Permalink
fix(ext/node): better support for node:diagnostics_channel module (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jun 14, 2024
1 parent 184a85e commit 78b12a4
Show file tree
Hide file tree
Showing 15 changed files with 749 additions and 106 deletions.
2 changes: 1 addition & 1 deletion ext/node/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ deno_core::extension!(deno_node,
"node:constants" = "constants.ts",
"node:crypto" = "crypto.ts",
"node:dgram" = "dgram.ts",
"node:diagnostics_channel" = "diagnostics_channel.ts",
"node:diagnostics_channel" = "diagnostics_channel.js",
"node:dns" = "dns.ts",
"node:dns/promises" = "dns/promises.ts",
"node:domain" = "domain.ts",
Expand Down

0 comments on commit 78b12a4

Please sign in to comment.