webpack/lib
Tobias Koppers 60408e1136 add importModule to loader context by default
always enable experiments.executeModule and remove it
2021-09-02 16:27:39 +02:00
..
asset add `experiments.buildHttp` 2021-08-05 15:47:18 +02:00
async-modules add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
cache add cache compression 2021-07-02 07:05:13 +02:00
config add importModule to loader context by default 2021-09-02 16:27:39 +02:00
container allow to disable runtime chunk per entry via `runtime: false` 2021-07-05 11:32:45 +02:00
debug pretty files 2021-05-11 09:31:46 +02:00
dependencies add importModule to loader context by default 2021-09-02 16:27:39 +02:00
electron add `node-commonjs` external type to use `createRequire` for commonjs externals 2021-06-25 11:22:55 +02:00
errors perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
esm keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
hmr fix hmr check returning empty array 2021-08-05 16:03:30 +02:00
ids pretty files 2021-05-11 09:31:46 +02:00
javascript handle hashbangs in javascript files 2021-08-10 11:34:06 +02:00
json serialize json data as buffer and decode on demand 2021-07-06 15:00:01 +02:00
library lint 2021-08-16 21:06:43 +09:00
logging improvements 2021-04-06 15:20:27 +02:00
node keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
optimize Fix spelling of `dependOn` 2021-08-24 16:15:17 +02:00
performance perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
prefetch fix handling of onChunksLoaded with prefetching 2021-07-16 18:11:29 +02:00
rules Revert "Revert "Merge pull request #12278 from xtuc/sven/import-assertions"" 2021-07-24 23:28:30 +01:00
runtime upgrade filename runtime module to full hash module when referencing a full hash chunk 2021-09-02 10:29:59 +02:00
schemes fix resolving context for redirects 2021-08-05 21:10:39 +02:00
serialization improve allocations needed in serialization 2021-08-10 18:41:02 +02:00
sharing precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
stats update webpack-sources for performance problem in hashing 2021-07-20 13:29:25 +02:00
util Merge branch 'main' into aleen42/main 2021-08-30 12:28:34 +02:00
wasm partially fix test cases 2021-06-24 10:05:37 +02:00
wasm-async keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
wasm-sync keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
web keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
webworker keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
APIPlugin.js refactor startup logic to better integrate with libraries 2021-03-08 20:25:09 +01:00
AbstractMethodError.js
AsyncDependenciesBlock.js
AsyncDependencyToInitialChunkError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
AutomaticPrefetchPlugin.js
BannerPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
Cache.js
CacheFacade.js pretty files 2021-05-11 09:31:46 +02:00
CaseSensitiveModulesWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
Chunk.js getAllInitialChunks really returns all of them 2021-06-14 21:27:57 +02:00
ChunkGraph.js upgrade filename runtime module to full hash module when referencing a full hash chunk 2021-09-02 10:29:59 +02:00
ChunkGroup.js
ChunkRenderError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ChunkTemplate.js
CleanPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
CodeGenerationError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
CodeGenerationResults.js Revert "dispose code generation results after sealing the compilation" 2021-04-09 19:50:13 +02:00
CommentCompilationWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
CompatibilityPlugin.js handle hashbangs in javascript files 2021-08-10 11:34:06 +02:00
Compilation.js upgrade filename runtime module to full hash module when referencing a full hash chunk 2021-09-02 10:29:59 +02:00
Compiler.js close watching when closing compiler 2021-08-30 15:01:24 +02:00
ConcatenationScope.js pretty files 2021-05-11 09:31:46 +02:00
ConcurrentCompilationError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ConditionalInitFragment.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
ConstPlugin.js
ContextExclusionPlugin.js
ContextModule.js fix bug in ContextModule, improve test case for lazy compilation 2021-05-31 18:16:21 +02:00
ContextModuleFactory.js chore: Allow passing a typePrefix to ContextElementDependency 2021-05-31 14:46:38 +03:00
ContextReplacementPlugin.js pretty files 2021-05-11 09:31:46 +02:00
DefinePlugin.js pretty files 2021-05-11 09:31:46 +02:00
DelegatedModule.js cleanup modules after compilation to avoid leaking references when they are cached 2021-03-15 11:23:54 +01:00
DelegatedModuleFactoryPlugin.js
DelegatedPlugin.js
DependenciesBlock.js
Dependency.js avoid creating objects for location info when not accessed 2021-04-27 09:36:52 +02:00
DependencyTemplate.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
DependencyTemplates.js
DllEntryPlugin.js
DllModule.js cleanup modules after compilation to avoid leaking references when they are cached 2021-03-15 11:23:54 +01:00
DllModuleFactory.js
DllPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
DllReferencePlugin.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
DynamicEntryPlugin.js
EntryOptionPlugin.js allow to specify `publicPath` for each entrypoint 2021-04-14 16:38:01 +02:00
EntryPlugin.js Create entry dependency only once for better unsafe caching 2021-05-26 21:35:46 +02:00
Entrypoint.js
EnvironmentPlugin.js
ErrorHelpers.js
EvalDevToolModulePlugin.js add support for libraries combined with iife: false 2021-02-11 11:19:24 +01:00
EvalSourceMapDevToolPlugin.js make some things context-independent 2021-08-19 14:57:39 +02:00
ExportsInfo.js increment index in sorting 2021-05-27 21:45:40 +02:00
ExportsInfoApiPlugin.js
ExternalModule.js fix concatenation of module externals 2021-07-06 14:07:45 +02:00
ExternalModuleFactoryPlugin.js fix handling of new URL() in remote resources 2021-08-05 17:37:37 +02:00
ExternalsPlugin.js
FileSystemInfo.js fix error and callback handling 2021-08-26 16:03:31 +02:00
FlagAllModulesAsUsedPlugin.js
FlagDependencyExportsPlugin.js pretty files 2021-05-11 09:31:46 +02:00
FlagDependencyUsagePlugin.js allow to disable runtime chunk per entry via `runtime: false` 2021-07-05 11:32:45 +02:00
FlagEntryExportAsUsedPlugin.js
Generator.js fix caching of asset modules 2021-02-04 14:13:44 +01:00
GraphHelpers.js
HarmonyLinkingError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
HookWebpackError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
HotModuleReplacementPlugin.js upgrade filename runtime module to full hash module when referencing a full hash chunk 2021-09-02 10:29:59 +02:00
HotUpdateChunk.js
IgnoreErrorModuleFactory.js
IgnorePlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
IgnoreWarningsPlugin.js
InitFragment.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
InvalidDependenciesModuleWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
JavascriptMetaInfoPlugin.js pretty files 2021-05-11 09:31:46 +02:00
LibManifestPlugin.js add renderStartup hook 2021-02-09 21:27:10 +01:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
LoaderTargetPlugin.js
MainTemplate.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
Module.js add `experiments.buildHttp` 2021-08-05 15:47:18 +02:00
ModuleBuildError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleDependencyError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleDependencyWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleFactory.js
ModuleFilenameHelpers.js pretty files 2021-05-11 09:31:46 +02:00
ModuleGraph.js return consistent datastructure type 2021-04-28 09:10:44 +02:00
ModuleGraphConnection.js pretty files 2021-05-11 09:31:46 +02:00
ModuleInfoHeaderPlugin.js pretty files 2021-05-11 09:31:46 +02:00
ModuleNotFoundError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleParseError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleProfile.js log out module profile summary when profiling is enabled 2021-02-02 03:29:21 +01:00
ModuleRestoreError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleStoreError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleTemplate.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
ModuleWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
MultiCompiler.js add `experiments.buildHttp` 2021-08-05 15:47:18 +02:00
MultiStats.js fix stats output in some edge cases 2021-02-13 21:02:47 +01:00
MultiWatching.js
NoEmitOnErrorsPlugin.js
NoModeWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
NodeStuffPlugin.js
NormalModule.js make some things context-independent 2021-08-19 14:57:39 +02:00
NormalModuleFactory.js fix resolving context for redirects 2021-08-05 21:10:39 +02:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
Parser.js handle hashbangs in javascript files 2021-08-10 11:34:06 +02:00
PrefetchPlugin.js
ProgressPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
ProvidePlugin.js
RawModule.js allow to define "ignored modules" per dependency 2021-03-11 18:37:20 +01:00
RecordIdsPlugin.js pretty files 2021-05-11 09:31:46 +02:00
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js pretty files 2021-05-11 09:31:46 +02:00
RuntimeGlobals.js keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
RuntimeModule.js upgrade filename runtime module to full hash module when referencing a full hash chunk 2021-09-02 10:29:59 +02:00
RuntimePlugin.js normalize output.trustedTypes to an object 2021-05-10 10:34:21 +02:00
RuntimeTemplate.js add `module` library support, test and example 2021-06-23 14:49:14 +02:00
SelfModuleFactory.js
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js make some things context-independent 2021-08-19 14:57:39 +02:00
Stats.js fix syntax, add unknown properties, fix incorrect types 2021-02-05 13:19:32 +01:00
Template.js generate "use strict" only when really needed 2021-07-22 16:09:09 +02:00
TemplatedPathPlugin.js add test case for large assets 2021-06-29 13:08:38 +02:00
UnhandledSchemeError.js
UnsupportedFeatureWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js only warn when there is really a casing difference 2021-04-12 12:27:54 +02:00
WarnDeprecatedOptionPlugin.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
Watching.js close watching when closing compiler 2021-08-30 15:01:24 +02:00
WebpackError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
WebpackIsIncludedPlugin.js
WebpackOptionsApply.js add importModule to loader context by default 2021-09-02 16:27:39 +02:00
WebpackOptionsDefaulter.js
buildChunkGraph.js pretty files 2021-05-11 09:31:46 +02:00
cli.js use different symbol 2021-06-18 12:33:01 +02:00
formatLocation.js
index.js add `experiments.buildHttp` 2021-08-05 15:47:18 +02:00
validateSchema.js pretty files 2021-05-11 09:31:46 +02:00
webpack.js fix a typo 2021-07-12 18:15:59 +08:00