|
221 | 221 | "WebAssembly.Module": true |
222 | 222 | } |
223 | 223 | }, |
| 224 | + "webpack>acorn-import-phases": { |
| 225 | + "packages": { |
| 226 | + "terser>acorn": true |
| 227 | + } |
| 228 | + }, |
224 | 229 | "terser>acorn": { |
225 | 230 | "globals": { |
226 | 231 | "console": true, |
|
256 | 261 | "eslint>chalk>ansi-styles>color-convert": true |
257 | 262 | } |
258 | 263 | }, |
| 264 | + "webpack>browserslist>baseline-browser-mapping": { |
| 265 | + "globals": { |
| 266 | + "console.log": true, |
| 267 | + "console.warn": true, |
| 268 | + "process": true |
| 269 | + } |
| 270 | + }, |
259 | 271 | "ts-loader>micromatch>braces": { |
260 | 272 | "globals": { |
261 | 273 | "console.log": true |
|
286 | 298 | "path.basename": true, |
287 | 299 | "path.dirname": true, |
288 | 300 | "path.join": true, |
| 301 | + "path.posix.join": true, |
289 | 302 | "path.relative": true, |
290 | 303 | "path.resolve": true |
291 | 304 | }, |
292 | 305 | "globals": { |
| 306 | + "console.info": true, |
| 307 | + "console.trace": true, |
293 | 308 | "console.warn": true, |
294 | 309 | "process.env": true, |
295 | 310 | "process.versions.node": true |
296 | 311 | }, |
297 | 312 | "packages": { |
| 313 | + "webpack>browserslist>baseline-browser-mapping": true, |
298 | 314 | "webpack>browserslist>caniuse-lite": true, |
299 | 315 | "webpack>browserslist>electron-to-chromium": true, |
300 | 316 | "webpack>browserslist>node-releases": true |
|
462 | 478 | "path.posix.normalize": true, |
463 | 479 | "path.win32.normalize": true, |
464 | 480 | "process.nextTick": true, |
465 | | - "process.versions.pnp": true |
| 481 | + "process.versions.pnp": true, |
| 482 | + "url": true |
466 | 483 | }, |
467 | 484 | "globals": { |
468 | 485 | "Buffer.isBuffer": true, |
|
1227 | 1244 | "os.platform": true, |
1228 | 1245 | "path.basename": true, |
1229 | 1246 | "path.dirname": true, |
| 1247 | + "path.isAbsolute": true, |
1230 | 1248 | "path.join": true, |
1231 | 1249 | "path.resolve": true |
1232 | 1250 | }, |
|
1262 | 1280 | "path.extname": true, |
1263 | 1281 | "path.isAbsolute": true, |
1264 | 1282 | "path.join": true, |
| 1283 | + "path.normalize": true, |
1265 | 1284 | "path.posix.dirname": true, |
1266 | 1285 | "path.posix.isAbsolute": true, |
1267 | 1286 | "path.posix.join": true, |
|
1274 | 1293 | "path.win32.relative": true, |
1275 | 1294 | "querystring.parse": true, |
1276 | 1295 | "stream.pipeline": true, |
1277 | | - "url.URL": true, |
| 1296 | + "tty.isatty": true, |
1278 | 1297 | "url.fileURLToPath": true, |
| 1298 | + "url.parse": true, |
1279 | 1299 | "url.pathToFileURL": true, |
1280 | 1300 | "util.deprecate": true, |
1281 | 1301 | "util.format": true, |
1282 | 1302 | "util.inspect.custom": true, |
1283 | | - "vm.createContext": true, |
1284 | | - "vm.runInContext": true, |
1285 | | - "vm.runInThisContext": true, |
| 1303 | + "vm": true, |
1286 | 1304 | "zlib.constants.BROTLI_MODE_TEXT": true, |
1287 | 1305 | "zlib.constants.BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING": true, |
1288 | 1306 | "zlib.constants.BROTLI_PARAM_MODE": true, |
|
1296 | 1314 | "zlib.createInflate": true |
1297 | 1315 | }, |
1298 | 1316 | "globals": { |
| 1317 | + "AggregateError": true, |
| 1318 | + "Buffer.alloc": true, |
1299 | 1319 | "Buffer.allocUnsafe": true, |
1300 | 1320 | "Buffer.allocUnsafeSlow": true, |
1301 | 1321 | "Buffer.byteLength": true, |
|
1316 | 1336 | "console.profile": true, |
1317 | 1337 | "console.profileEnd": true, |
1318 | 1338 | "console.warn": true, |
| 1339 | + "process.argv": true, |
1319 | 1340 | "process.cwd": true, |
1320 | 1341 | "process.env": true, |
1321 | 1342 | "process.hrtime": true, |
1322 | 1343 | "process.nextTick": true, |
| 1344 | + "process.platform": true, |
1323 | 1345 | "process.stderr": true, |
1324 | 1346 | "process.versions.modules": true, |
1325 | 1347 | "process.versions.pnp": true, |
|
1330 | 1352 | "webpack>@webassemblyjs/ast": true, |
1331 | 1353 | "webpack>@webassemblyjs/wasm-edit": true, |
1332 | 1354 | "webpack>@webassemblyjs/wasm-parser": true, |
| 1355 | + "webpack>acorn-import-phases": true, |
1333 | 1356 | "terser>acorn": true, |
1334 | 1357 | "webpack>browserslist": true, |
1335 | 1358 | "webpack>chrome-trace-event": true, |
|
0 commit comments