webpack/lib
Alexander Akait 1328dcb024
fix: properly handle external presets for universal target
2025-11-12 09:43:04 +03:00
..
asset refactor: css logic (#20092) 2025-11-05 23:13:12 +03:00
async-modules
cache
config fix: properly handle external presets for universal target 2025-11-12 09:43:04 +03:00
container
css fix: css modules bugs (#20116) 2025-11-12 09:03:39 +03:00
debug
dependencies refactor: composes resolve options (#20117) 2025-11-12 08:06:09 +03:00
electron
errors
esm
hmr refactor: use `dep.phase` for better extensibility (#20087) 2025-11-11 15:59:15 +03:00
ids refactor(css): remove the css-export type (#20091) 2025-11-05 17:18:40 +03:00
javascript refactor: css generator 2025-11-07 15:31:58 +03:00
json feat: allow to setup named exports for JSON modules and disable usage name export for `import file from "./file.json" with { type: "json" }` 2025-10-31 16:53:37 +03:00
library refactor: use `globalThis` for universal target (#20061) 2025-10-30 14:41:47 +03:00
logging
node fix: properly handle external presets for universal target 2025-11-12 09:43:04 +03:00
optimize fix: incorrect identifier of import binding for module externals (#20107) 2025-11-11 18:04:47 +03:00
performance
prefetch
rules
runtime refactor: generate less extra spaces in runtime code for defer import (#20082) 2025-11-04 15:16:08 +03:00
schemes
serialization
sharing
stats
url
util
wasm refactor: use `globalThis` for universal target (#20061) 2025-10-30 14:41:47 +03:00
wasm-async refactor: use `dep.phase` for better extensibility (#20087) 2025-11-11 15:59:15 +03:00
wasm-sync refactor: use `dep.phase` for better extensibility (#20087) 2025-11-11 15:59:15 +03:00
web refactor: use `globalThis` for universal target (#20061) 2025-10-30 14:41:47 +03:00
webworker
APIPlugin.js
AbstractMethodError.js
AsyncDependenciesBlock.js
AsyncDependencyToInitialChunkError.js
AutomaticPrefetchPlugin.js
BannerPlugin.js
Cache.js
CacheFacade.js
CaseSensitiveModulesWarning.js
Chunk.js
ChunkGraph.js
ChunkGroup.js
ChunkRenderError.js
ChunkTemplate.js
CleanPlugin.js
CodeGenerationError.js
CodeGenerationResults.js
CommentCompilationWarning.js
CompatibilityPlugin.js fix: rename single nested `__webpack_export__` and `__webpack_require__` (#20097) 2025-11-06 16:58:35 +03:00
Compilation.js
Compiler.js
ConcatenationScope.js fix: incorrect identifier of import binding for module externals (#20107) 2025-11-11 18:04:47 +03:00
ConcurrentCompilationError.js
ConditionalInitFragment.js
ConstPlugin.js
ContextExclusionPlugin.js
ContextModule.js
ContextModuleFactory.js
ContextReplacementPlugin.js
CssModule.js
DefinePlugin.js
DelegatedModule.js
DelegatedModuleFactoryPlugin.js
DelegatedPlugin.js
DependenciesBlock.js
Dependency.js
DependencyTemplate.js
DependencyTemplates.js
DllEntryPlugin.js
DllModule.js
DllModuleFactory.js
DllPlugin.js
DllReferencePlugin.js
DotenvPlugin.js
DynamicEntryPlugin.js
EntryOptionPlugin.js
EntryPlugin.js
Entrypoint.js
EnvironmentNotSupportAsyncWarning.js
EnvironmentPlugin.js
ErrorHelpers.js
EvalDevToolModulePlugin.js
EvalSourceMapDevToolPlugin.js
ExportsInfo.js refactor: use `dep.phase` for better extensibility (#20087) 2025-11-11 15:59:15 +03:00
ExportsInfoApiPlugin.js
ExternalModule.js fix: incorrect identifier of import binding for module externals (#20107) 2025-11-11 18:04:47 +03:00
ExternalModuleFactoryPlugin.js fix: typescript types for external type (#20072) 2025-10-31 19:54:18 +03:00
ExternalsPlugin.js fix: typescript types for external type (#20072) 2025-10-31 19:54:18 +03:00
FalseIIFEUmdWarning.js
FileSystemInfo.js
FlagAllModulesAsUsedPlugin.js
FlagDependencyExportsPlugin.js
FlagDependencyUsagePlugin.js
FlagEntryExportAsUsedPlugin.js
Generator.js
GraphHelpers.js
HarmonyLinkingError.js
HookWebpackError.js
HotModuleReplacementPlugin.js
HotUpdateChunk.js
IgnoreErrorModuleFactory.js
IgnorePlugin.js
IgnoreWarningsPlugin.js
InitFragment.js
InvalidDependenciesModuleWarning.js
JavascriptMetaInfoPlugin.js
LibManifestPlugin.js
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js
LoaderTargetPlugin.js
MainTemplate.js
ManifestPlugin.js
Module.js feat(css): added the `exportType` option with `"link"` and `"text"` values to CSS generator 2025-11-04 18:48:15 +03:00
ModuleBuildError.js
ModuleDependencyError.js
ModuleDependencyWarning.js
ModuleError.js
ModuleFactory.js
ModuleFilenameHelpers.js
ModuleGraph.js refactor: use `dep.phase` for better extensibility (#20087) 2025-11-11 15:59:15 +03:00
ModuleGraphConnection.js
ModuleHashingError.js
ModuleInfoHeaderPlugin.js
ModuleNotFoundError.js
ModuleParseError.js
ModuleProfile.js
ModuleRestoreError.js
ModuleSourceTypesConstants.js refactor(css): remove the css-export type (#20091) 2025-11-05 17:18:40 +03:00
ModuleStoreError.js
ModuleTemplate.js
ModuleTypeConstants.js
ModuleWarning.js
MultiCompiler.js
MultiStats.js
MultiWatching.js
NoEmitOnErrorsPlugin.js
NoModeWarning.js
NodeStuffInWebError.js
NodeStuffPlugin.js feat: support `__dirname`/`__filename`/`import.meta.dirname`/`import.meta.filename` for universal target (#20058) 2025-11-03 16:07:06 +03:00
NormalModule.js
NormalModuleFactory.js
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
Parser.js
PlatformPlugin.js
PrefetchPlugin.js
ProgressPlugin.js
ProvidePlugin.js
RawModule.js
RecordIdsPlugin.js
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js
RuntimeGlobals.js feat: support `import.defer()` for statical path (#20064) 2025-10-30 18:52:51 +03:00
RuntimeModule.js
RuntimePlugin.js
RuntimeTemplate.js refactor: use `dep.phase` for better extensibility (#20087) 2025-11-11 15:59:15 +03:00
SelfModuleFactory.js
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js
Stats.js
Template.js
TemplatedPathPlugin.js
UnhandledSchemeError.js
UnsupportedFeatureWarning.js
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js
Watching.js
WebpackError.js
WebpackIsIncludedPlugin.js
WebpackOptionsApply.js fix: properly handle external presets for universal target 2025-11-12 09:43:04 +03:00
WebpackOptionsDefaulter.js
buildChunkGraph.js
cli.js
formatLocation.js
index.js
validateSchema.js
webpack.js