webpack/lib
Ivan Kopeykin 216c3daa4e fix ExportsInfo 2022-04-06 20:15:10 +03:00
..
asset add asset modules concatenation 2022-03-11 16:59:28 +03:00
async-modules fix handling of errors thrown in async modules 2022-01-27 16:28:28 +01:00
cache show different text for build error skips 2022-03-16 15:25:32 +01:00
config Merge pull request #15002 from TrickyPi/fix-14927 2022-03-15 11:44:23 +01:00
container fix: pretty-lint error "RuntimeGlobals.moduleFactories" 2022-04-02 09:00:08 +08:00
css fix types 2022-02-08 21:48:57 +03:00
debug Pass all attributes of old tap with only overidden fn 2022-02-12 17:18:29 -08:00
dependencies add test case 2022-03-28 08:03:20 +03:00
electron add `node-commonjs` external type to use `createRequire` for commonjs externals 2021-06-25 11:22:55 +02:00
errors perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
esm fix chunk loading 2022-03-07 10:59:04 +03:00
hmr fix egde case where a HMR chunk is incorrectly downloaded when loading a unchanged chunk during HMR downloading 2022-04-01 14:45:53 +02:00
ids Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
javascript Merge pull request #15455 from webpack/feature/support-in-operator 2022-03-17 11:17:39 +01:00
json serialize json data as buffer and decode on demand 2021-07-06 15:00:01 +02:00
library support arrow function in umd 2022-03-18 18:58:50 +03:00
logging improve extractBlockModules 2021-10-06 15:39:21 +02:00
node add semicolon 2022-02-22 09:54:35 +01:00
optimize Merge pull request #15624 from webpack/add-warning-when-cache-unaffected-and-concat-modules 2022-04-05 08:02:40 +02:00
performance perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
prefetch fix handling of onChunksLoaded with prefetching 2021-07-16 18:11:29 +02:00
rules Revert "Revert "Merge pull request #12278 from xtuc/sven/import-assertions"" 2021-07-24 23:28:30 +01:00
runtime add base uri runtime module if chunkLoading=false 2022-03-07 12:28:03 +03:00
schemes support to specify the `buildHttp.proxy` for `HttpUrlPlugin` 2022-02-26 23:20:36 +08:00
serialization limit writes to 2022-02-15 10:28:18 +01:00
sharing Merge pull request #15182 from webpack/bugfix/lib-ident-includes-layer 2022-01-18 09:59:01 +01:00
stats Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
util Merge pull request #15455 from webpack/feature/support-in-operator 2022-03-17 11:17:39 +01:00
wasm partially fix test cases 2021-06-24 10:05:37 +02:00
wasm-async fix handling of errors thrown in async modules 2022-01-27 16:28:28 +01:00
wasm-sync Revert "track chunk combinations for modules" 2021-10-08 15:08:48 +02:00
web fix egde case where a HMR chunk is incorrectly downloaded when loading a unchanged chunk during HMR downloading 2022-04-01 14:45:53 +02:00
webworker add semicolon 2022-02-22 09:54:35 +01:00
APIPlugin.js change __webpack_module_id__ to __webpack_module__.id 2022-01-31 13:53:58 +01:00
AbstractMethodError.js
AsyncDependenciesBlock.js improve extractBlockModules 2021-10-06 15:39:21 +02:00
AsyncDependencyToInitialChunkError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
AutomaticPrefetchPlugin.js Merge pull request #11330 from webpack/improve/automatic-prefetch-plugin 2021-01-19 20:19:39 +01:00
BannerPlugin.js Allow banner to be placed as a footer 2022-04-01 12:29:34 -06:00
Cache.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
CacheFacade.js Merge branch 'webpack:main' into fix-callback-err-type-should-include-null 2022-01-14 20:07:21 +08:00
CaseSensitiveModulesWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
Chunk.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ChunkGraph.js hash source types correctly for caching 2022-03-28 11:31:46 +02:00
ChunkGroup.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ChunkRenderError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ChunkTemplate.js Changed name of memorize function to memoize 2020-12-27 03:02:57 +05:30
CleanPlugin.js fix timestamps 2022-02-28 15:20:44 +03:00
CodeGenerationError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
CodeGenerationResults.js allow to configure all hash functions used 2021-09-23 14:55:13 +02:00
CommentCompilationWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
CompatibilityPlugin.js handle hashbangs in javascript files 2021-08-10 11:34:06 +02:00
Compilation.js support context in Dependency 2022-03-25 17:01:48 +03:00
Compiler.js fix discussions 2022-03-28 15:37:52 +03:00
ConcatenationScope.js pretty files 2021-05-11 09:31:46 +02:00
ConcurrentCompilationError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ConditionalInitFragment.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
ConstPlugin.js fix parser.evaluteExpression api 2022-03-15 15:37:17 +03:00
ContextExclusionPlugin.js
ContextModule.js fix allDeps list 2022-03-16 15:32:48 +03:00
ContextModuleFactory.js support context in Dependency 2022-03-25 17:01:48 +03:00
ContextReplacementPlugin.js pretty files 2021-05-11 09:31:46 +02:00
DefinePlugin.js add pure notations to Object calls 2021-10-17 11:06:14 +03:00
DelegatedModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
DelegatedModuleFactoryPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
DelegatedPlugin.js
DependenciesBlock.js improve extractBlockModules 2021-10-06 15:39:21 +02:00
Dependency.js support context in Dependency 2022-03-25 17:01:48 +03:00
DependencyTemplate.js add support for :export {} block 2021-12-14 16:21:32 +01:00
DependencyTemplates.js provide hashFunction parameter to DependencyTemplates 2022-01-18 13:42:13 +03:00
DllEntryPlugin.js
DllModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
DllModuleFactory.js
DllPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
DllReferencePlugin.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
DynamicEntryPlugin.js
EntryOptionPlugin.js add baseUri entry option 2022-02-21 16:23:47 +03: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
ErrorHelpers.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
EvalDevToolModulePlugin.js Merge branch 'main' of https://github.com/webpack/webpack into tosmolka/14075 2021-10-20 16:07:33 +02:00
EvalSourceMapDevToolPlugin.js Merge branch 'main' of https://github.com/webpack/webpack into tosmolka/14075 2021-10-20 16:07:33 +02:00
ExportsInfo.js fix ExportsInfo 2022-04-06 20:15:10 +03:00
ExportsInfoApiPlugin.js
ExternalModule.js Merge branch 'webpack:main' into fix-callback-err-type-should-include-null 2022-01-14 20:07:21 +08:00
ExternalModuleFactoryPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ExternalsPlugin.js
FileSystemInfo.js support node.js builtin modules in esm build dependencies 2022-04-01 14:52:53 +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 assign each module it's own mem cache 2021-09-27 20:37:30 +02:00
FlagDependencyUsagePlugin.js add memCache2 for mem caching with module/chunk ids 2021-10-05 15:08:18 +02:00
FlagEntryExportAsUsedPlugin.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
Generator.js Merge branch 'main' into fix-14839 2022-02-22 11:12:13 +01:00
GraphHelpers.js
HarmonyLinkingError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
HookWebpackError.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
HotModuleReplacementPlugin.js allow to disable some deprecations 2021-11-05 09:54:51 +01:00
HotUpdateChunk.js fix incorrect disposing of modules during HMR 2020-09-08 10:25:41 +02:00
IgnoreErrorModuleFactory.js
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 fix null module externals 2021-09-03 13:47:09 +02:00
InvalidDependenciesModuleWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
JavascriptMetaInfoPlugin.js avoid bailout of unused eval 2021-09-20 17:40:51 +02:00
LibManifestPlugin.js add renderStartup hook 2021-02-09 21:27:10 +01:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
LoaderTargetPlugin.js
MainTemplate.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
Module.js hash source types correctly for caching 2022-03-28 11:31:46 +02:00
ModuleBuildError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleDependencyError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleDependencyWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleFactory.js move unsafe cache from NormalModuleFactory to Compilation to skip more processing 2021-09-28 11:37:29 +02:00
ModuleFilenameHelpers.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
ModuleGraph.js Merge pull request #14420 from webpack/perf/remove-caching 2021-10-06 20:19:09 +02:00
ModuleGraphConnection.js pretty files 2021-05-11 09:31:46 +02:00
ModuleHashingError.js improve hashing 2022-02-22 12:23:24 +01:00
ModuleInfoHeaderPlugin.js pretty files 2021-05-11 09:31:46 +02:00
ModuleNotFoundError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleParseError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleProfile.js log out module profile summary when profiling is enabled 2021-02-02 03:29:21 +01:00
ModuleRestoreError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleStoreError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
ModuleTemplate.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
ModuleWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
MultiCompiler.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
MultiStats.js fix stats output in some edge cases 2021-02-13 21:02:47 +01:00
MultiWatching.js add omitted types should include null 2022-01-11 19:41:14 +08: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 renaming 2022-02-22 13:37:58 +03:00
NormalModule.js Merge pull request #15515 from webpack/feat/concatenate-assets 2022-04-04 16:04:20 +02:00
NormalModuleFactory.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
Parser.js handle hashbangs in javascript files 2021-08-10 11:34:06 +02:00
PrefetchPlugin.js
ProgressPlugin.js use beforeRun hook for handle 0 2022-02-24 18:18:12 +03:00
ProvidePlugin.js fix called variables with ProvidePlugin 2020-10-10 02:52:43 +02:00
RawModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
RecordIdsPlugin.js pretty files 2021-05-11 09:31:46 +02:00
RequestShortener.js
RequireJsStuffPlugin.js
ResolverFactory.js pretty files 2021-05-11 09:31:46 +02:00
RuntimeGlobals.js Merge pull request #14173 from tosmolka/tosmolka/14075 2022-01-20 17:36:55 +01:00
RuntimeModule.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
RuntimePlugin.js use global chunkLoading option 2022-03-08 11:10:05 +03:00
RuntimeTemplate.js Merge branch 'main' into fix-14839 2022-02-22 11:12:13 +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 configure all hash functions used 2021-09-23 14:55:13 +02:00
Stats.js fix syntax, add unknown properties, fix incorrect types 2021-02-05 13:19:32 +01:00
Template.js resolve todos, nitpicks 2021-12-03 08:47:17 +01:00
TemplatedPathPlugin.js fix resource name when filename is data uri 2022-02-01 17:47:32 +03:00
UnhandledSchemeError.js refactor scheme handling into plugins 2020-07-03 17:01:02 +02:00
UnsupportedFeatureWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
UseStrictPlugin.js
WarnCaseSensitiveModulesPlugin.js only warn when there is really a casing difference 2021-04-12 12:27:54 +02:00
WarnDeprecatedOptionPlugin.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js upgrade watchpack 2021-11-25 09:27:04 +01:00
Watching.js Merge branch 'webpack:main' into fix-callback-err-type-should-include-null 2022-01-14 20:07:21 +08:00
WebpackError.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
WebpackIsIncludedPlugin.js
WebpackOptionsApply.js add ImportMetaContextPlugin 2022-03-01 18:11:31 +03:00
WebpackOptionsDefaulter.js
buildChunkGraph.js Merge avaiable modules correctly 2022-02-08 12:35:14 +08:00
cli.js move to cli 2022-01-14 13:19:48 +01:00
formatLocation.js
index.js feat(types): import types needed for export in index.js 2022-02-12 18:43:48 +01:00
validateSchema.js pretty files 2021-05-11 09:31:46 +02:00
webpack.js fix pre-compiled schema validation for Infinity and arrays 2021-11-24 08:34:55 +01:00