webpack/lib
Alexander Akait e207e614e6
Github Actions / lint (push) Waiting to run Details
Github Actions / validate-legacy-node (push) Waiting to run Details
Github Actions / basic (push) Waiting to run Details
Github Actions / unit (push) Waiting to run Details
Github Actions / integration (10.x, macos-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (10.x, macos-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (10.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (10.x, ubuntu-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (10.x, windows-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (10.x, windows-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (12.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (14.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (16.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (18.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (18.x, ubuntu-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (20.x, macos-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (20.x, macos-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (20.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (20.x, ubuntu-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (20.x, windows-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (20.x, windows-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (22.x, macos-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (22.x, macos-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (22.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (22.x, ubuntu-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (22.x, windows-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (22.x, windows-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (23.x, ubuntu-latest, a) (push) Blocked by required conditions Details
Github Actions / integration (23.x, ubuntu-latest, b) (push) Blocked by required conditions Details
Github Actions / integration (lts/*, ubuntu-latest, a, 1) (push) Blocked by required conditions Details
Github Actions / integration (lts/*, ubuntu-latest, b, 1) (push) Blocked by required conditions Details
fix: respect public path for ES modules (#19434)
2025-04-18 07:23:38 +03:00
..
asset fix: a lot of types 2025-04-07 16:09:05 +03:00
async-modules refactor: improve code 2024-08-02 19:32:27 +03:00
cache fix: types 2025-04-16 17:04:11 +03:00
config fix: types 2025-04-16 17:04:11 +03:00
container refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
css fix: types 2025-04-16 17:04:11 +03:00
debug fix: types 2025-04-16 17:04:11 +03:00
dependencies fix: improve logic for dead control flow 2025-04-17 01:54:48 +03:00
electron style: improve 2024-08-02 19:32:22 +03:00
errors
esm fix: respect public path for ES modules (#19434) 2025-04-18 07:23:38 +03:00
hmr fix: no `Function` types 2025-03-13 19:34:04 +03:00
ids fix: types 2025-04-16 17:04:11 +03:00
javascript fix: improve logic for dead control flow 2025-04-17 01:54:48 +03:00
json feat: added ability to generate custom error content for generators (#19385) 2025-04-05 17:37:35 +03:00
library fix: module library export generation when mixing commonjs and esm modules (#19428) 2025-04-17 03:54:31 +03:00
logging fix: improve logic for dead control flow 2025-04-17 01:54:48 +03:00
node fix: types 2025-04-16 17:04:11 +03:00
optimize fix: types 2025-04-16 17:04:11 +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 fix: types 2025-04-16 17:04:11 +03:00
schemes refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
serialization fix: types 2025-04-16 17:04:11 +03:00
sharing refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
stats fix: types 2025-04-16 17:04:11 +03:00
util fix: improve logic for dead control flow 2025-04-17 01:54:48 +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 fix: types 2025-04-16 17:04:11 +03:00
wasm-sync fix: types 2025-04-16 17:04:11 +03:00
web fix: types 2025-04-16 17:04:11 +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 fix: types 2025-04-16 17:04:11 +03:00
AbstractMethodError.js fix: types 2024-08-07 19:14:54 +03:00
AsyncDependenciesBlock.js fix: a lot of types 2025-04-07 16:09:05 +03:00
AsyncDependencyToInitialChunkError.js
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 fix: types 2025-04-16 17:04:11 +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: types 2025-04-16 17:04:11 +03:00
ChunkGraph.js fix: a lot of types 2025-04-07 16:09:05 +03:00
ChunkGroup.js fix: types 2024-10-24 21:13:59 +03:00
ChunkRenderError.js
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
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: types 2025-04-16 17:04:11 +03:00
Compiler.js fix: types 2025-04-16 17:04:11 +03:00
ConcatenationScope.js fix: types 2024-10-24 21:13:59 +03:00
ConcurrentCompilationError.js
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 fix: types of ContextModule 2025-04-16 18:04:35 +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 feat: added ability to generate custom error content for generators (#19385) 2025-04-05 17:37:35 +03:00
GraphHelpers.js style: improve style of code 2024-08-02 19:32:14 +03:00
HarmonyLinkingError.js
HookWebpackError.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
HotModuleReplacementPlugin.js fix: types 2025-04-16 17:04:11 +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
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 fix: less `any` types (#19382) 2025-04-04 16:38:51 +03:00
LoaderTargetPlugin.js
MainTemplate.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
Module.js fix: types 2025-04-16 17:04:11 +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: types 2025-04-16 17:04:11 +03:00
ModuleGraph.js fix: types 2025-04-16 17:04:11 +03:00
ModuleGraphConnection.js refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
ModuleHashingError.js
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 fix(css): avoid extra `module.export` output for css module (#19265) 2025-04-06 15:53:42 +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: less `any` types (#19382) 2025-04-04 16:38:51 +03:00
MultiWatching.js refactor: code 2024-08-02 19:32:33 +03:00
NoEmitOnErrorsPlugin.js
NoModeWarning.js
NodeStuffInWebError.js
NodeStuffPlugin.js fix(types): more 2024-03-17 20:15:44 +03:00
NormalModule.js fix: types 2025-04-16 17:04:11 +03:00
NormalModuleFactory.js fix: a lot of types 2025-04-07 16:09:05 +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: less `any` types (#19382) 2025-04-04 16:38:51 +03:00
PlatformPlugin.js fix namings 2024-05-01 18:10:57 +03:00
PrefetchPlugin.js fix: types 2025-04-16 17:04:11 +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: types 2025-04-16 17:04:11 +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: a lot of types 2025-04-07 16:09:05 +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: types 2025-04-16 17:04:11 +03:00
Stats.js fix: a lot of types 2024-08-06 06:08:48 +03:00
Template.js fix: improve logic for dead control flow 2025-04-17 01:54:48 +03:00
TemplatedPathPlugin.js fix: no `Function` types 2025-03-13 19:34:04 +03:00
UnhandledSchemeError.js
UnsupportedFeatureWarning.js
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: library module without export statement (#19411) 2025-04-16 17:04:39 +03:00
WebpackOptionsDefaulter.js add default cache names in multicompiler mode 2024-04-13 07:12:56 +03:00
buildChunkGraph.js fix: types 2025-04-16 17:04:11 +03:00
cli.js fix: types 2025-04-16 17:04:11 +03:00
formatLocation.js style: improve style of code 2024-08-02 19:32:14 +03:00
index.js fix: types 2025-04-16 17:04:11 +03:00
validateSchema.js fix: avoid the deprecation message 2024-12-13 17:03:44 +03:00
webpack.js fix: types 2025-04-16 17:04:11 +03:00