File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66"use strict" ;
77
8+ const { builtinModules } = require ( "module" ) ;
89const ExternalsPlugin = require ( "../ExternalsPlugin" ) ;
910
1011/** @typedef {import("../Compiler") } Compiler */
1112
1213const builtins = [
13- "assert" ,
14- "async_hooks" ,
15- "buffer" ,
16- "child_process" ,
17- "cluster" ,
18- "console" ,
19- "constants" ,
20- "crypto" ,
21- "dgram" ,
22- "diagnostics_channel" ,
23- "dns" ,
24- "dns/promises" ,
25- "domain" ,
26- "events" ,
27- "fs" ,
28- "fs/promises" ,
29- "http" ,
30- "http2" ,
31- "https" ,
32- "inspector" ,
33- "module" ,
34- "net" ,
35- "os" ,
36- "path" ,
37- "path/posix" ,
38- "path/win32" ,
39- "perf_hooks" ,
40- "process" ,
41- "punycode" ,
42- "querystring" ,
43- "readline" ,
44- "repl" ,
45- "stream" ,
46- "stream/promises" ,
47- "stream/web" ,
48- "string_decoder" ,
49- "sys" ,
50- "timers" ,
51- "timers/promises" ,
52- "tls" ,
53- "trace_events" ,
54- "tty" ,
55- "url" ,
56- "util" ,
57- "util/types" ,
58- "v8" ,
59- "vm" ,
60- "wasi" ,
61- "worker_threads" ,
62- "zlib" ,
14+ ...builtinModules ,
15+
6316 / ^ n o d e : / ,
6417
6518 // cspell:word pnpapi
You can’t perform that action at this time.
0 commit comments