webpack/lib
alexander-akait 9bc6f186f3 feat: support `webpackPrefetch`/`webpackPreload`/`webpackFetchPriority` for `new Worker` syntax 2025-04-02 19:13:43 +03:00
..
asset refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
async-modules refactor: improve code 2024-08-02 19:32:27 +03:00
cache fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
config fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
container refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
css fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
debug fix: profiling plugin for CSS (#19324) 2025-03-13 23:06:40 +03:00
dependencies feat: support `webpackPrefetch`/`webpackPreload`/`webpackFetchPriority` for `new Worker` syntax 2025-04-02 19:13:43 +03:00
electron style: improve 2024-08-02 19:32:22 +03:00
errors perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
esm fix: runtime error when using asset module as entrypoint and runtimeChunk (#19229) 2025-02-14 22:27:38 +03:00
hmr fix: no `Function` types 2025-03-13 19:34:04 +03:00
ids fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
javascript fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
json feat: implement `module.generator.json.JSONParse` 2025-03-13 22:24:10 +08:00
library fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
logging refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
node fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
optimize fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
performance style: improve style of code 2024-08-02 19:32:13 +03:00
prefetch style: improve 2024-08-02 19:32:22 +03:00
rules chore: fix `any` types 2025-03-27 03:07:25 +03:00
runtime refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
schemes refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
serialization fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
sharing refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
stats fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
util fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
wasm fix: node async wasm loader now use `output.module` to determinate code generation (#19210) 2025-02-10 21:31:21 +03:00
wasm-async refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
wasm-sync fix: no `Function` types 2025-03-13 19:34:04 +03:00
web fix: respect `output.charset` everywhere (#19202) 2025-02-07 07:17:55 +03:00
webworker fix: entry module isn't executed when targeting webworker with a runtime chunk 2025-03-03 20:36:12 +03:00
APIPlugin.js refactor: code 2024-08-02 19:32:31 +03:00
AbstractMethodError.js fix: types 2024-08-07 19:14:54 +03:00
AsyncDependenciesBlock.js fix: types 2024-10-24 21:13:59 +03:00
AsyncDependencyToInitialChunkError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
AutomaticPrefetchPlugin.js refactor: code 2024-08-02 19:32:33 +03:00
BannerPlugin.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
Cache.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
CacheFacade.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
CaseSensitiveModulesWarning.js refactor: code 2024-08-02 19:32:31 +03:00
Chunk.js fix: `strict` types 2025-03-11 17:20:50 +03:00
ChunkGraph.js fix: use `xxhash64` for `cache.hashAlgorithm` when `experiments.futureDefaults` (#19323) 2025-03-13 22:39:02 +03:00
ChunkGroup.js fix: types 2024-10-24 21:13:59 +03:00
ChunkRenderError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ChunkTemplate.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
CleanPlugin.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
CodeGenerationError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
CodeGenerationResults.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
CommentCompilationWarning.js chore: improve jsdoc eslint rules 2024-07-30 15:26:24 +03:00
CompatibilityPlugin.js fix: types (#19291) 2025-03-07 16:12:22 +03:00
Compilation.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
Compiler.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ConcatenationScope.js fix: types 2024-10-24 21:13:59 +03:00
ConcurrentCompilationError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ConditionalInitFragment.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ConstPlugin.js feat: add dead control flow check 2025-02-28 17:39:34 +03:00
ContextExclusionPlugin.js style: improve style of code 2024-08-02 19:32:14 +03:00
ContextModule.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ContextModuleFactory.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ContextReplacementPlugin.js fix: types 2025-03-11 03:28:01 +03:00
CssModule.js refactor: CSS HMR 2024-11-28 23:35:59 +03:00
DefinePlugin.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
DelegatedModule.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
DelegatedModuleFactoryPlugin.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
DelegatedPlugin.js fix: a lot of types 2024-08-06 06:08:48 +03:00
DependenciesBlock.js chore: improve jsdoc rules 2024-07-30 17:07:14 +03:00
Dependency.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
DependencyTemplate.js refactor: CSS HMR 2024-11-28 23:35:59 +03:00
DependencyTemplates.js fix: use `xxhash64` for `cache.hashAlgorithm` when `experiments.futureDefaults` (#19323) 2025-03-13 22:39:02 +03:00
DllEntryPlugin.js fix: a lot of types 2024-08-06 06:08:48 +03:00
DllModule.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
DllModuleFactory.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
DllPlugin.js fix: a lot of types 2024-08-06 06:08:48 +03:00
DllReferencePlugin.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
DynamicEntryPlugin.js fix: types (#19291) 2025-03-07 16:12:22 +03:00
EntryOptionPlugin.js fix: types 2024-02-21 17:55:02 +03:00
EntryPlugin.js chore: improve jsdoc rules 2024-07-30 17:07:14 +03:00
Entrypoint.js fix: types 2024-02-21 17:55:02 +03:00
EnvironmentNotSupportAsyncWarning.js fix: add warning for async external 2024-01-16 10:25:30 +08:00
EnvironmentPlugin.js fix: `strict` types 2025-03-11 17:20:50 +03:00
ErrorHelpers.js refactor: code 2024-08-02 19:32:31 +03:00
EvalDevToolModulePlugin.js fix: logic 2024-10-10 18:37:04 +03:00
EvalSourceMapDevToolPlugin.js feat: support for eval 2024-11-21 16:03:36 +03:00
ExportsInfo.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ExportsInfoApiPlugin.js chore: udpate prettier to v3 2024-01-14 07:11:34 +05:30
ExternalModule.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ExternalModuleFactoryPlugin.js fix: types and tests 2025-03-27 16:58:00 +03:00
ExternalsPlugin.js Revert "fix: module-import get fallback from externalsPresets" 2024-08-19 19:50:35 +08:00
FalseIIFEUmdWarning.js refactor: code 2024-11-20 18:35:15 +03:00
FileSystemInfo.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
FlagAllModulesAsUsedPlugin.js style: improve style of code 2024-08-02 19:32:14 +03:00
FlagDependencyExportsPlugin.js fix: `strict` types 2025-03-11 17:20:50 +03:00
FlagDependencyUsagePlugin.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
FlagEntryExportAsUsedPlugin.js refactor(types): more 2023-06-14 19:46:53 +03:00
Generator.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
GraphHelpers.js style: improve style of code 2024-08-02 19:32:14 +03:00
HarmonyLinkingError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
HookWebpackError.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
HotModuleReplacementPlugin.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
HotUpdateChunk.js
IgnoreErrorModuleFactory.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
IgnorePlugin.js fix: no `Function` types 2025-03-13 19:34:04 +03:00
IgnoreWarningsPlugin.js style: improve 2024-08-02 19:32:22 +03:00
InitFragment.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
InvalidDependenciesModuleWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
JavascriptMetaInfoPlugin.js refactor(types): more 2023-06-21 19:00:24 +03:00
LibManifestPlugin.js fix: a lot of types 2024-08-06 06:08:48 +03:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
LoaderTargetPlugin.js
MainTemplate.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
Module.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
ModuleBuildError.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ModuleDependencyError.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ModuleDependencyWarning.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ModuleError.js refactor: code 2024-08-02 19:32:31 +03:00
ModuleFactory.js fix: types and tests 2025-03-27 16:58:00 +03:00
ModuleFilenameHelpers.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
ModuleGraph.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
ModuleGraphConnection.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ModuleHashingError.js improve hashing 2022-02-22 12:23:24 +01:00
ModuleInfoHeaderPlugin.js refactor: logic 2024-08-12 16:53:44 +03:00
ModuleNotFoundError.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ModuleParseError.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
ModuleProfile.js refactor(types): more 2023-06-21 19:00:24 +03:00
ModuleRestoreError.js style: improve style of code 2024-08-02 19:32:13 +03:00
ModuleSourceTypesConstants.js test: fix 2024-11-20 04:31:41 +03:00
ModuleStoreError.js style: improve style of code 2024-08-02 19:32:13 +03:00
ModuleTemplate.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ModuleTypeConstants.js fix: profiling plugin for CSS (#19324) 2025-03-13 23:06:40 +03:00
ModuleWarning.js refactor: code 2024-08-02 19:32:31 +03:00
MultiCompiler.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
MultiStats.js fix: a lot of types 2024-08-06 06:08:48 +03:00
MultiWatching.js refactor: code 2024-08-02 19:32:33 +03:00
NoEmitOnErrorsPlugin.js
NoModeWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
NodeStuffInWebError.js add experiments.futureDefaults 2021-09-14 11:29:57 +03:00
NodeStuffPlugin.js fix(types): more 2024-03-17 20:15:44 +03:00
NormalModule.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
NormalModuleFactory.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
NormalModuleReplacementPlugin.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
NullFactory.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
OptimizationStages.js style: improve style of code 2024-08-02 19:32:14 +03:00
OptionsApply.js fix: types 2024-10-24 06:02:20 +03:00
Parser.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
PlatformPlugin.js fix namings 2024-05-01 18:10:57 +03:00
PrefetchPlugin.js refactor(types): more 2023-05-21 22:08:25 +03:00
ProgressPlugin.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ProvidePlugin.js refactor: code 2024-08-02 19:32:31 +03:00
RawModule.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
RecordIdsPlugin.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
RequestShortener.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
RequireJsStuffPlugin.js refactor(types): more 2023-06-21 19:00:24 +03:00
ResolverFactory.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
RuntimeGlobals.js style: improve style of code 2024-08-02 19:32:14 +03:00
RuntimeModule.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
RuntimePlugin.js test: fix 2024-10-04 17:37:20 +03:00
RuntimeTemplate.js chore: fix `any` types 2025-03-27 03:07:25 +03:00
SelfModuleFactory.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
SingleEntryPlugin.js
SizeFormatHelpers.js fix: logic 2024-08-02 19:32:14 +03:00
SourceMapDevToolModuleOptionsPlugin.js refactor(types): more 2023-06-21 19:00:24 +03:00
SourceMapDevToolPlugin.js fix: no `Function` types 2025-03-13 19:34:04 +03:00
Stats.js fix: a lot of types 2024-08-06 06:08:48 +03:00
Template.js fix: no `Function` types 2025-03-13 19:34:04 +03:00
TemplatedPathPlugin.js fix: no `Function` types 2025-03-13 19:34:04 +03:00
UnhandledSchemeError.js
UnsupportedFeatureWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
UseStrictPlugin.js feat: override strict for javascript module 2024-07-03 16:32:36 +08:00
WarnCaseSensitiveModulesPlugin.js fix: bug with case sensitive plugin and data: protocol 2023-04-13 04:01:40 +03:00
WarnDeprecatedOptionPlugin.js chore: improve jsdoc rules 2024-07-30 17:07:14 +03:00
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js fix: types 2024-08-08 20:03:17 +03:00
Watching.js fix: types 2024-10-02 04:21:28 +03:00
WebpackError.js fix(types): watching and more 2024-03-14 18:15:13 +03:00
WebpackIsIncludedPlugin.js refactor(types): more 2023-06-21 19:00:24 +03:00
WebpackOptionsApply.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
WebpackOptionsDefaulter.js add default cache names in multicompiler mode 2024-04-13 07:12:56 +03:00
buildChunkGraph.js fix: types (#19291) 2025-03-07 16:12:22 +03:00
cli.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
formatLocation.js style: improve style of code 2024-08-02 19:32:14 +03:00
index.js fix: no `object` types and less `any` types 2025-04-02 19:02:22 +03:00
validateSchema.js fix: avoid the deprecation message 2024-12-13 17:03:44 +03:00
webpack.js refactor: code 2024-06-07 17:29:10 +03:00