webpack/lib/runtime
Tobias Koppers 065177df66 add experimental support for build time execution
allow to execute a part of the module graph at build time
e. g. to generate code or other assets

loaders have access to that via `this.importModule(request, options)`
2021-04-12 12:27:54 +02:00
..
AsyncModuleRuntimeModule.js add expressionFunction helper to choose shortest variant when return value is not relevant 2021-03-15 15:40:30 +01:00
AutoPublicPathRuntimeModule.js allow to place runtime outside of the output path 2021-03-16 13:07:58 +01:00
ChunkNameRuntimeModule.js
CompatGetDefaultExportRuntimeModule.js
CompatRuntimeModule.js add selective runtime requirements from startup logic which doesn't prevent inlining modules 2020-12-11 14:36:48 +01:00
CreateFakeNamespaceObjectRuntimeModule.js add expressionFunction helper to choose shortest variant when return value is not relevant 2021-03-15 15:40:30 +01:00
DefinePropertyGettersRuntimeModule.js refactor hop runtime helper 2019-12-03 16:27:39 +03:00
EnsureChunkRuntimeModule.js run prettier 2019-11-15 10:56:01 +01:00
GetChunkFilenameRuntimeModule.js add "first" to SetHelpers 2021-02-09 21:26:30 +01:00
GetFullHashRuntimeModule.js improve hashing of runtime modules that need a full hash 2020-09-01 18:31:29 +02:00
GetMainFilenameRuntimeModule.js fix problem when HMR and different runtimes 2020-11-28 13:53:32 +01:00
GlobalRuntimeModule.js pr comments 2019-12-03 18:11:46 +03:00
HasOwnPropertyRuntimeModule.js refactor hop runtime helper 2019-12-03 16:27:39 +03:00
HelperRuntimeModule.js
LoadScriptRuntimeModule.js re-add chunkId to script loading when available 2021-01-06 10:08:40 +01:00
MakeNamespaceObjectRuntimeModule.js
OnChunksLoadedRuntimeModule.js rename files, avoid indenting runtime code 2021-03-09 09:42:01 +01:00
PublicPathRuntimeModule.js add selective runtime requirements from startup logic which doesn't prevent inlining modules 2020-12-11 14:36:48 +01:00
RelativeUrlRuntimeModule.js add `parser.url: "relative"` option 2021-02-16 19:04:16 +01:00
RuntimeIdRuntimeModule.js generate code that executes depending on runtime 2020-10-27 06:30:49 +01:00
StartupChunkDependenciesPlugin.js add experimental support for build time execution 2021-04-12 12:27:54 +02:00
StartupChunkDependenciesRuntimeModule.js refactor startup logic to better integrate with libraries 2021-03-08 20:25:09 +01:00
StartupEntrypointRuntimeModule.js refactor startup logic to better integrate with libraries 2021-03-08 20:25:09 +01:00
SystemContextRuntimeModule.js Exposing System.register _context variable to bundled code. 2020-02-29 15:24:52 -07:00