webpack/lib
Tobias Koppers bb6040b07f (re)store provided exports sorted 2021-05-26 21:35:46 +02:00
..
asset support data urls as input in `new URL` 2021-05-19 11:30:09 +02:00
async-modules performance optimization 2021-02-23 10:59:59 +01:00
cache pretty files 2021-05-11 09:31:46 +02:00
config Lazy require some modules 2021-05-26 21:35:46 +02:00
container precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
debug pretty files 2021-05-11 09:31:46 +02:00
dependencies pretty files 2021-05-11 09:31:46 +02:00
electron Fix require handling with electron; fixes #11599 2020-10-08 01:06:31 +02:00
errors detect cycles during this.loadModule from loader 2019-12-20 12:50:55 +01:00
hmr pretty files 2021-05-11 09:31:46 +02:00
ids pretty files 2021-05-11 09:31:46 +02:00
javascript pretty files 2021-05-11 09:31:46 +02:00
json precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
library pretty files 2021-05-11 09:31:46 +02:00
logging improvements 2021-04-06 15:20:27 +02:00
node add fsStartTime for single runs 2021-05-21 08:06:46 +02:00
optimize add workaround for broken eslint-scope package regarding class field support 2021-05-19 16:21:54 +02:00
performance prettier 2020-11-28 20:04:11 +01:00
prefetch add experimental support for build time execution 2021-04-12 12:27:54 +02:00
rules add experiments.layers 2021-01-05 20:50:59 +01:00
runtime pretty files 2021-05-11 09:31:46 +02:00
schemes support data urls as input in `new URL` 2021-05-19 11:30:09 +02:00
serialization Lazy require some modules 2021-05-26 21:35:46 +02:00
sharing precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
stats Lazy require some modules 2021-05-26 21:35:46 +02:00
util Lazy require some modules 2021-05-26 21:35:46 +02:00
wasm improve checkEnabled error messages 2021-01-05 11:34:57 +01:00
wasm-async pretty files 2021-05-11 09:31:46 +02:00
wasm-sync pretty files 2021-05-11 09:31:46 +02:00
web pretty files 2021-05-11 09:31:46 +02:00
webworker normalize output.trustedTypes to an object 2021-05-10 10:34:21 +02:00
APIPlugin.js refactor startup logic to better integrate with libraries 2021-03-08 20:25:09 +01:00
AbstractMethodError.js remove weird types 2020-05-12 15:58:43 +02:00
AsyncDependenciesBlock.js new Worker() support 2020-09-08 07:37:20 +02:00
AsyncDependencyToInitialChunkError.js
AutomaticPrefetchPlugin.js Merge pull request #11330 from webpack/improve/automatic-prefetch-plugin 2021-01-19 20:19:39 +01:00
BannerPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
Cache.js Create Cache facade to make it easier to use 2020-07-15 11:14:28 +02:00
CacheFacade.js pretty files 2021-05-11 09:31:46 +02:00
CaseSensitiveModulesWarning.js only warn when there is really a casing difference 2021-04-12 12:27:54 +02:00
Chunk.js pretty files 2021-05-11 09:31:46 +02:00
ChunkGraph.js faster hashing for the common case 2021-04-28 09:10:45 +02:00
ChunkGroup.js new Worker() support 2020-09-08 07:37:20 +02:00
ChunkRenderError.js
ChunkTemplate.js Changed name of memorize function to memoize 2020-12-27 03:02:57 +05:30
CleanPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
CodeGenerationError.js refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration 2019-10-08 23:59:48 +02:00
CodeGenerationResults.js Revert "dispose code generation results after sealing the compilation" 2021-04-09 19:50:13 +02:00
CommentCompilationWarning.js
CompatibilityPlugin.js avoid unnecessary replacement of `__webpack_require__` when nesting bundles 2021-01-04 15:33:25 +01:00
Compilation.js pretty files 2021-05-11 09:31:46 +02:00
Compiler.js track changes and removals correctly 2021-05-19 19:06:58 +02:00
ConcatenationScope.js pretty files 2021-05-11 09:31:46 +02:00
ConcurrentCompilationError.js prettier 2020-11-28 20:04:11 +01:00
ConditionalInitFragment.js merge multiple import statements with different conditions correctly 2020-10-27 06:48:54 +01:00
ConstPlugin.js optional chaining leads to undefined and never null 2020-08-07 16:43:13 +02:00
ContextExclusionPlugin.js
ContextModule.js pretty files 2021-05-11 09:31:46 +02:00
ContextModuleFactory.js Use LazySets for ContextModuleFactory 2021-04-23 14:51:25 +02: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 enable mjs experiment 2020-09-07 23:15:24 +02:00
DelegatedPlugin.js
DependenciesBlock.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
Dependency.js avoid creating objects for location info when not accessed 2021-04-27 09:36:52 +02:00
DependencyTemplate.js add ConcatenationScope 2020-09-15 12:34:50 +02:00
DependencyTemplates.js
DllEntryPlugin.js Split options defaulting in normalization and defaults 2020-02-17 19:12:54 +01:00
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 precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
DynamicEntryPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
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 new Worker() support 2020-09-08 07:37:20 +02:00
EnvironmentPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
ErrorHelpers.js remove Array.prototype.reduce calls to simplify code 2020-01-17 18:31:29 +01:00
EvalDevToolModulePlugin.js add support for libraries combined with iife: false 2021-02-11 11:19:24 +01:00
EvalSourceMapDevToolPlugin.js pretty files 2021-05-11 09:31:46 +02:00
ExportsInfo.js (re)store provided exports sorted 2021-05-26 21:35:46 +02:00
ExportsInfoApiPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
ExternalModule.js add support for libraries combined with iife: false 2021-02-11 11:19:24 +01:00
ExternalModuleFactoryPlugin.js offer getResolve to externals 2021-01-15 13:55:37 +01:00
ExternalsPlugin.js add support for async externals 2020-05-19 17:25:43 +02:00
FileSystemInfo.js pretty files 2021-05-11 09:31:46 +02:00
FlagAllModulesAsUsedPlugin.js flag modules in dlls without entryOnly with side-effects to keep them 2020-12-15 16:38:20 +01:00
FlagDependencyExportsPlugin.js pretty files 2021-05-11 09:31:46 +02:00
FlagDependencyUsagePlugin.js pretty files 2021-05-11 09:31:46 +02:00
FlagEntryExportAsUsedPlugin.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
Generator.js fix caching of asset modules 2021-02-04 14:13:44 +01:00
GraphHelpers.js
HarmonyLinkingError.js prettier 2020-11-28 20:04:11 +01:00
HookWebpackError.js Deprecate MainTemplate, ChunkTemplate, ModuleTemplate 2019-10-08 23:46:26 +02:00
HotModuleReplacementPlugin.js pretty files 2021-05-11 09:31:46 +02:00
HotUpdateChunk.js fix incorrect disposing of modules during HMR 2020-09-08 10:25:41 +02:00
IgnoreErrorModuleFactory.js ignore error/warning when module does not exists 2020-04-14 02:05:02 +03:00
IgnorePlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
IgnoreWarningsPlugin.js add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
InitFragment.js improve algorithmic complexity for merging InitFragments to solve performance in an edge case 2021-04-28 09:10:45 +02:00
InvalidDependenciesModuleWarning.js fix caching crash in ConcatenatedModule 2021-01-08 15:44:26 +01: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 fix jsdoc documentations 2020-04-28 19:42:58 +02:00
LoaderOptionsPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
LoaderTargetPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
MainTemplate.js pretty files 2021-05-11 09:31:46 +02:00
Module.js DefinePlugin invalidates modules when new defines are added 2021-04-12 12:23:51 +02:00
ModuleBuildError.js add more types 2020-08-02 23:47:54 +03:00
ModuleDependencyError.js Show error details automatically when only 2 or less errors are there 2021-02-05 15:55:31 +01:00
ModuleDependencyWarning.js Show error details automatically when only 2 or less errors are there 2021-02-05 15:55:31 +01:00
ModuleError.js add more types 2020-08-02 23:47:54 +03:00
ModuleFactory.js add experiments.layers 2021-01-05 20:50:59 +01:00
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 Improve suggested Node.js polyfill config 2020-10-07 22:52:46 +02:00
ModuleParseError.js report better error message when wasm experiment is not enabled 2020-04-28 20:22:50 +02:00
ModuleProfile.js log out module profile summary when profiling is enabled 2021-02-02 03:29:21 +01:00
ModuleRestoreError.js
ModuleStoreError.js Create error class for cache store errors 2019-12-16 21:06:27 +01:00
ModuleTemplate.js Changed name of memorize function to memoize 2020-12-27 03:02:57 +05:30
ModuleWarning.js add more types 2020-08-02 23:47:54 +03:00
MultiCompiler.js respect multi compiler `dependencies` and `parallelism` when using `invalidate` 2021-05-17 13:49:43 +02:00
MultiStats.js fix stats output in some edge cases 2021-02-13 21:02:47 +01:00
MultiWatching.js do cache related tasks after calling handler in watching 2020-08-01 09:00:17 +02:00
NoEmitOnErrorsPlugin.js
NoModeWarning.js Show error details automatically when only 2 or less errors are there 2021-02-05 15:55:31 +01:00
NodeStuffPlugin.js improve target options 2020-09-10 11:42:09 +02:00
NormalModule.js Merge pull request #13412 from webpack/bugfix/watcher-invalidate-and-changes 2021-05-20 15:53:52 +02:00
NormalModuleFactory.js support data urls as input in `new URL` 2021-05-19 11:30:09 +02:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
Parser.js add more types 2020-08-02 23:47:54 +03:00
PrefetchPlugin.js
ProgressPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
ProvidePlugin.js fix called variables with ProvidePlugin 2020-10-10 02:52:43 +02:00
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 make RequestShortener simpler, only use relative path 2020-01-15 18:48:37 +01:00
RequireJsStuffPlugin.js move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory 2019-10-22 09:27:52 +02:00
ResolverFactory.js pretty files 2021-05-11 09:31:46 +02:00
RuntimeGlobals.js rename createScriptURL to createScriptUrl 2021-05-10 09:09:34 +02:00
RuntimeModule.js attach the chunk graph to RuntimeModules 2021-04-14 12:26:35 +02:00
RuntimePlugin.js normalize output.trustedTypes to an object 2021-05-10 10:34:21 +02:00
RuntimeTemplate.js add expressionFunction helper to choose shortest variant when return value is not relevant 2021-03-15 15:40:30 +01:00
SelfModuleFactory.js Refactor how exportsType work 2019-12-06 11:13:08 +01:00
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
SourceMapDevToolPlugin.js pretty files 2021-05-11 09:31:46 +02:00
Stats.js fix syntax, add unknown properties, fix incorrect types 2021-02-05 13:19:32 +01:00
Template.js pretty files 2021-05-11 09:31:46 +02:00
TemplatedPathPlugin.js fix: code 2021-03-15 14:42:55 +03:00
UnhandledSchemeError.js refactor scheme handling into plugins 2020-07-03 17:01:02 +02:00
UnsupportedFeatureWarning.js
UseStrictPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
WarnCaseSensitiveModulesPlugin.js only warn when there is really a casing difference 2021-04-12 12:27:54 +02:00
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
Watching.js track changes and removals correctly 2021-05-19 19:06:58 +02:00
WebpackError.js remove Array.prototype.reduce calls to simplify code 2020-01-21 09:45:25 +01:00
WebpackIsIncludedPlugin.js ignore error/warning when module does not exists 2020-04-14 02:05:02 +03:00
WebpackOptionsApply.js add cache.profile flag for more info about (de)serialization timings 2021-04-28 09:10:43 +02:00
WebpackOptionsDefaulter.js Split options defaulting in normalization and defaults 2020-02-17 19:12:54 +01:00
buildChunkGraph.js pretty files 2021-05-11 09:31:46 +02:00
cli.js fix CLI test 2020-08-16 13:29:28 +03:00
formatLocation.js
index.js pretty files 2021-05-11 09:31:46 +02:00
validateSchema.js pretty files 2021-05-11 09:31:46 +02:00
webpack.js fix type error 2021-05-18 17:10:36 +02:00