webpack/lib/runtime
Alexander Akait f6c3c24da3
feat: added support for import file from "./file.ext" with { type: "bytes" } to get the content as `Uint8Array` (#19928)
2025-09-24 21:01:10 +03:00
..
AsyncModuleRuntimeModule.js feat: implement tc39 Defer Module Evaluation (experiment) 2025-07-02 15:02:03 +03:00
AutoPublicPathRuntimeModule.js
BaseUriRuntimeModule.js fix: many types 2025-08-20 13:50:12 +03:00
ChunkNameRuntimeModule.js
CompatGetDefaultExportRuntimeModule.js
CompatRuntimeModule.js refactor: remove unused types (#19894) 2025-09-10 14:38:19 +03:00
CreateFakeNamespaceObjectRuntimeModule.js fix: handle function exports in webpack module wrapper (#19609) 2025-06-20 16:40:01 +03:00
CreateScriptRuntimeModule.js
CreateScriptUrlRuntimeModule.js
DefinePropertyGettersRuntimeModule.js
EnsureChunkRuntimeModule.js
GetChunkFilenameRuntimeModule.js refactor: remove unused types (#19894) 2025-09-10 14:38:19 +03:00
GetFullHashRuntimeModule.js
GetMainFilenameRuntimeModule.js style: set `arrowParens` to `true` (#19706) 2025-07-16 19:13:14 +03:00
GetTrustedTypesPolicyRuntimeModule.js style: set `arrowParens` to `true` (#19706) 2025-07-16 19:13:14 +03:00
GlobalRuntimeModule.js
HasOwnPropertyRuntimeModule.js
HelperRuntimeModule.js
LoadScriptRuntimeModule.js refactor: remove unused types (#19894) 2025-09-10 14:38:19 +03:00
MakeDeferredNamespaceObjectRuntime.js fix: deferred modules define order and transitive deferred module not emitted correctly in concatenated modules 2025-09-23 23:33:02 +03:00
MakeNamespaceObjectRuntimeModule.js
NonceRuntimeModule.js
OnChunksLoadedRuntimeModule.js
PublicPathRuntimeModule.js fix: many types 2025-08-20 13:50:12 +03:00
RelativeUrlRuntimeModule.js
RuntimeIdRuntimeModule.js refactor: use `eslint-config-webpack` (#19645) 2025-07-02 15:10:54 +03:00
StartupChunkDependenciesPlugin.js style: set `arrowParens` to `true` (#19706) 2025-07-16 19:13:14 +03:00
StartupChunkDependenciesRuntimeModule.js style: set `arrowParens` to `true` (#19706) 2025-07-16 19:13:14 +03:00
StartupEntrypointRuntimeModule.js refactor: remove unused types (#19894) 2025-09-10 14:38:19 +03:00
SystemContextRuntimeModule.js refactor: remove unused types (#19894) 2025-09-10 14:38:19 +03:00
ToBinaryRuntimeModule.js feat: added support for import file from "./file.ext" with { type: "bytes" } to get the content as `Uint8Array` (#19928) 2025-09-24 21:01:10 +03:00