mirror of
https://github.com/denoland/deno.git
synced 2025-08-30 15:27:53 +00:00
fix(ext/node): add stubs for node:trace_events
(#25628)
This commit is contained in:
parent
597f2d8d4d
commit
ccd1ca8a8b
3 changed files with 30 additions and 0 deletions
|
@ -151,6 +151,7 @@ import test from "node:test";
|
|||
import timers from "node:timers";
|
||||
import timersPromises from "node:timers/promises";
|
||||
import tls from "node:tls";
|
||||
import traceEvents from "node:trace_events";
|
||||
import tty from "node:tty";
|
||||
import url from "node:url";
|
||||
import utilTypes from "node:util/types";
|
||||
|
@ -260,6 +261,7 @@ function setupBuiltinModules() {
|
|||
timers,
|
||||
"timers/promises": timersPromises,
|
||||
tls,
|
||||
traceEvents,
|
||||
tty,
|
||||
url,
|
||||
util,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue