fix(ext/node): add stubs for node:trace_events (#25628)

This commit is contained in:
Divy Srivastava 2024-09-15 08:15:09 +05:30 committed by GitHub
parent 597f2d8d4d
commit ccd1ca8a8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 0 deletions

View file

@ -621,6 +621,7 @@ deno_core::extension!(deno_node,
"node:timers" = "timers.ts",
"node:timers/promises" = "timers/promises.ts",
"node:tls" = "tls.ts",
"node:trace_events" = "trace_events.ts",
"node:tty" = "tty.js",
"node:url" = "url.ts",
"node:util" = "util.ts",