webpack/lib
chenxsan a89b7acb02 export MultiStats type 2021-02-05 16:05:00 +01:00
..
asset fix caching of asset modules 2021-02-04 14:13:44 +01:00
async-modules improve TLA consistency 2021-01-29 13:51:32 +01:00
cache fix caching of asset modules 2021-02-04 14:13:44 +01:00
config Merge pull request #11561 from smelukov/clean 2021-02-02 20:31:45 +01:00
container feat: support custom chunk name in container expose options 2021-01-28 09:00:05 -08:00
debug adjust timestamps when timestamp origin differ between process.hrtime and node.js inspector 2021-01-20 20:18:58 +01:00
dependencies improve TLA consistency 2021-01-29 13:51:32 +01:00
electron Fix require handling with electron; fixes #11599 2020-10-08 01:06:31 +02:00
errors
hmr Merge pull request #12553 from Knagis/lazy-compile-options 2021-02-02 19:29:34 +01:00
ids compute chunk roots correctly when using transitive connections 2021-01-11 18:14:24 +01:00
javascript refactor: add semicolon 2021-01-27 15:47:04 +03:00
json Changed name of memorize function to memoize 2020-12-27 03:02:57 +05:30
library Merge pull request #11913 from snitin315/fix/error-message 2021-01-18 20:39:22 +01:00
logging
node typings has been fixed 2021-01-04 12:04:42 +01:00
optimize avoid unnecessary conditions 2021-01-27 13:37:34 +01:00
performance prettier 2020-11-28 20:04:11 +01:00
prefetch add selective runtime requirements from startup logic which doesn't prevent inlining modules 2020-12-11 14:36:48 +01:00
rules add experiments.layers 2021-01-05 20:50:59 +01:00
runtime improve TLA consistency 2021-01-29 13:51:32 +01:00
schemes
serialization fix allocation sizes 2021-02-03 11:53:08 +01:00
sharing improve TLA consistency 2021-01-29 13:51:32 +01:00
stats Merge pull request #12228 from davidhouweling/fix/typings-for-stats 2021-02-05 16:03:28 +01:00
util Merge pull request #12565 from webpack/bugfix/12562 2021-02-02 21:13:14 +01:00
wasm improve checkEnabled error messages 2021-01-05 11:34:57 +01:00
wasm-async improve TLA consistency 2021-01-29 13:51:32 +01:00
wasm-sync update `@webassemblyjs` 2021-01-09 10:39:24 +01:00
web re-add chunkId to script loading when available 2021-01-06 10:08:40 +01:00
webworker add selective runtime requirements from startup logic which doesn't prevent inlining modules 2020-12-11 14:36:48 +01:00
APIPlugin.js add experiments.layers 2021-01-05 20:50:59 +01:00
AbstractMethodError.js
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 chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
Cache.js
CacheFacade.js avoid unnecessary MultiItemCache 2021-01-26 14:45:11 +01:00
CaseSensitiveModulesWarning.js
Chunk.js new Worker() support 2020-09-08 07:37:20 +02:00
ChunkGraph.js refactor code generation and HMR plugin to generate real module hashes for HMR 2021-01-26 14:45:11 +01: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 methods in OutputFileSystem must be optional to avoid breaking change 2021-02-02 19:15:34 +01:00
CodeGenerationError.js
CodeGenerationResults.js remove invalid property, avoid allocation of Set when only a single runtime is used 2021-01-27 14:48:28 +01:00
CommentCompilationWarning.js
CompatibilityPlugin.js avoid unnecessary replacement of `__webpack_require__` when nesting bundles 2021-01-04 15:33:25 +01:00
Compilation.js Merge pull request #12567 from mattcompiles/fix-broken-rebuild 2021-02-03 14:41:42 +01:00
Compiler.js add experimental lazy compilation 2021-01-21 17:39:56 +01:00
ConcatenationScope.js handle the case when execution order in a concatenated module is runtime-dependent 2020-10-29 17:53:56 +01: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 Merge pull request #12289 from hodovani/patch-2 2021-01-15 14:16:23 +01:00
ContextModuleFactory.js make filesystem types compatible with memfs and normal fs 2021-01-13 10:14:58 +01:00
ContextReplacementPlugin.js
DefinePlugin.js replace output.ecmaVersion with output.environment and more detailed flags 2020-09-10 11:12:28 +02:00
DelegatedModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +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 unnecessary conditions 2021-01-27 13:37:34 +01:00
DependencyTemplate.js add ConcatenationScope 2020-09-15 12:34:50 +02:00
DependencyTemplates.js
DllEntryPlugin.js
DllModule.js polish, types 2020-07-27 22:41:04 +02:00
DllModuleFactory.js
DllPlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
DllReferencePlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
DynamicEntryPlugin.js
EntryOptionPlugin.js add experiments.layers 2021-01-05 20:50:59 +01:00
EntryPlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
Entrypoint.js new Worker() support 2020-09-08 07:37:20 +02:00
EnvironmentPlugin.js
ErrorHelpers.js
EvalDevToolModulePlugin.js Merge pull request #12301 from happyhappyyay/burranch 2021-01-05 10:37:25 +01:00
EvalSourceMapDevToolPlugin.js Merge pull request #12301 from happyhappyyay/burranch 2021-01-05 10:37:25 +01:00
ExportsInfo.js move responsibility of exports info and connected modules hashing from Dependencies to Module 2021-01-24 21:36:36 +01:00
ExportsInfoApiPlugin.js
ExternalModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
ExternalModuleFactoryPlugin.js offer getResolve to externals 2021-01-15 13:55:37 +01:00
ExternalsPlugin.js
FileSystemInfo.js improve resolveBuildDependencies performance 2021-01-15 10:50:02 +01: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 avoid setting export target too often 2020-09-15 12:36:20 +02:00
FlagDependencyUsagePlugin.js use ArrayQueue for FlagDependencyUsagePlugin 2021-02-02 03:29:21 +01:00
FlagEntryExportAsUsedPlugin.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
FlagUsingEvalPlugin.js
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
HotModuleReplacementPlugin.js refactor code generation and HMR plugin to generate real module hashes for HMR 2021-01-26 14:45:11 +01:00
HotUpdateChunk.js fix incorrect disposing of modules during HMR 2020-09-08 10:25:41 +02:00
IgnoreErrorModuleFactory.js
IgnorePlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
IgnoreWarningsPlugin.js add config.ignoreWarnings 2020-09-20 22:08:38 +02:00
InitFragment.js
InvalidDependenciesModuleWarning.js fix caching crash in ConcatenatedModule 2021-01-08 15:44:26 +01:00
LibManifestPlugin.js new Worker() support 2020-09-08 07:37:20 +02:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
LoaderTargetPlugin.js
MainTemplate.js Changed name of memorize function to memoize 2020-12-27 03:02:57 +05:30
Module.js refactor code generation and HMR plugin to generate real module hashes for HMR 2021-01-26 14:45:11 +01:00
ModuleBuildError.js add more types 2020-08-02 23:47:54 +03:00
ModuleDependencyError.js add more types 2020-08-02 23:47:54 +03:00
ModuleDependencyWarning.js fix caching crash in ConcatenatedModule 2021-01-08 15:44:26 +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 Changed name of memorize function to memoize 2020-12-27 03:02:57 +05:30
ModuleGraph.js avoid allocation of meta info for dependencies when unused 2021-01-27 13:37:34 +01:00
ModuleGraphConnection.js avoid unnecessary conditions 2021-01-27 13:37:34 +01:00
ModuleInfoHeaderPlugin.js readd missing char in the pathinfo comment 2020-12-11 14:36:48 +01:00
ModuleNotFoundError.js Improve suggested Node.js polyfill config 2020-10-07 22:52:46 +02:00
ModuleParseError.js
ModuleProfile.js log out module profile summary when profiling is enabled 2021-02-02 03:29:21 +01:00
ModuleRestoreError.js
ModuleStoreError.js
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 use typescript 4.2 2021-01-13 21:40:39 +01:00
MultiStats.js fix syntax, add unknown properties, fix incorrect types 2021-02-05 13:19:32 +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 prettier 2020-11-28 20:04:11 +01:00
NodeStuffPlugin.js improve target options 2020-09-10 11:42:09 +02:00
NormalModule.js fix caching of asset modules 2021-02-04 14:13:44 +01:00
NormalModuleFactory.js add commonjsMagicComments options 2021-01-20 20:19:49 +01: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 avoid NaN in Progress reporting 2021-02-02 13:09:49 +01:00
ProvidePlugin.js fix called variables with ProvidePlugin 2020-10-10 02:52:43 +02:00
RawModule.js add useSimpleSourceMap flag to enable/disable OriginalSource for generated code 2020-10-26 16:33:38 +01:00
RecordIdsPlugin.js
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js add resolveByProperty to cleverMerge 2021-01-06 10:14:20 +01:00
RuntimeGlobals.js improve TLA consistency 2021-01-29 13:51:32 +01:00
RuntimeModule.js add selective runtime requirements from startup logic which doesn't prevent inlining modules 2020-12-11 14:36:48 +01:00
RuntimePlugin.js improve TLA consistency 2021-01-29 13:51:32 +01:00
RuntimeTemplate.js improve TLA consistency 2021-01-29 13:51:32 +01:00
SelfModuleFactory.js
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 allow to process assets that are added during processAssets 2020-11-26 14:00:21 +01:00
Stats.js fix syntax, add unknown properties, fix incorrect types 2021-02-05 13:19:32 +01:00
Template.js refactor code generation and HMR plugin to generate real module hashes for HMR 2021-01-26 14:45:11 +01:00
TemplatedPathPlugin.js fix problem when HMR and different runtimes 2020-11-28 13:53:32 +01:00
UnhandledSchemeError.js
UnsupportedFeatureWarning.js
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js update type annotations 2021-01-11 22:15:31 +01:00
Watching.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00
WebpackError.js
WebpackIsIncludedPlugin.js
WebpackOptionsApply.js Merge pull request #11561 from smelukov/clean 2021-02-02 20:31:45 +01:00
WebpackOptionsDefaulter.js
buildChunkGraph.js build chunk graph with runtime awareness 2020-10-16 11:47:38 +02:00
cli.js fix CLI test 2020-08-16 13:29:28 +03:00
formatLocation.js
index.js export MultiStats type 2021-02-05 16:05:00 +01:00
validateSchema.js fix typo in validateScema.js 2021-02-01 08:38:09 +05:30
webpack.js fix conflicting real imports and type imports 2020-11-26 10:02:59 +01:00