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

@ -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,