webpack/lib
Sergey Melyukov f212d3c30e pr comments 2019-12-03 18:11:46 +03:00
..
asset Introduce a Parser base class to improve Parser types 2019-11-30 01:36:28 +01:00
async-modules add missing runtime requirement for async module header 2019-11-19 13:11:23 +01:00
cache fix cacheWithContext inversion 2019-11-13 12:18:32 +01:00
debug refactor: code 2019-10-22 00:14:05 +02:00
dependencies Merge remote-tracking branch 'upstream/master' into optimize-webpack-runtime-size 2019-12-02 19:54:21 +03:00
hmr get rid of some hacks in declarations file 2019-11-28 16:19:18 +01:00
ids avoid creating arrays in getConnections 2019-11-10 21:05:05 +01:00
javascript pr comments 2019-12-03 18:11:46 +03:00
json fix typings for parse option 2019-11-30 21:56:21 +01:00
logging Merge pull request #9934 from webpack/dependabot/npm_and_yarn/typescript-3.7.2 2019-11-07 20:41:16 +01:00
node pr comments 2019-12-03 18:11:46 +03:00
optimize rename exportsType named to default 2019-11-20 12:43:53 +01:00
parsing
performance
rules
runtime pr comments 2019-12-03 18:11:46 +03:00
serialization faster object type lookup during deserialization 2019-11-13 12:18:04 +01:00
stats fix spacing of errors/warnings when details or stack is enabled 2019-11-20 15:54:32 +01:00
util Merge pull request #9971 from smelukov/deprecation-codes 2019-11-15 12:04:47 +01:00
wasm Merge pull request #10058 from webpack/types/parser 2019-11-30 07:58:27 +01:00
wasm-async Introduce a Parser base class to improve Parser types 2019-11-30 01:36:28 +01:00
web refactor hop runtime helper 2019-12-03 16:27:39 +03:00
webworker refactor hop runtime helper 2019-12-03 16:27:39 +03:00
APIPlugin.js move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory 2019-10-22 09:27:52 +02:00
AbstractMethodError.js
AmdTemplatePlugin.js refactor: code 2019-10-22 00:14:05 +02:00
AsyncDependenciesBlock.js
AsyncDependencyToInitialChunkError.js
AutomaticPrefetchPlugin.js
BannerPlugin.js Merge pull request #9756 from MartijnCuppens/banner-remove-trailing-spaces 2019-10-17 21:22:52 +02:00
Cache.js compute asset hash lazily to avoid hash computation when memory cache is used 2019-11-12 16:07:50 +01:00
CaseSensitiveModulesWarning.js avoid creating arrays in getConnections 2019-11-10 21:05:05 +01:00
Chunk.js Merge pull request #9971 from smelukov/deprecation-codes 2019-11-15 12:04:47 +01:00
ChunkGraph.js additional performance improvement for chunks with single source type 2019-11-20 15:27:38 +01:00
ChunkGroup.js add deprecation codes 2019-11-14 17:03:15 +03:00
ChunkRenderError.js
ChunkTemplate.js refactor: code 2019-10-22 00:14:05 +02:00
CodeGenerationError.js refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration 2019-10-08 23:59:48 +02:00
CommentCompilationWarning.js
CommonJsStuffPlugin.js run prettier 2019-11-15 10:56:01 +01:00
CompatibilityPlugin.js run prettier 2019-11-15 10:56:01 +01:00
Compilation.js fix: replaced some TODO with correct types and fixed some runtime issue 2019-11-28 22:48:01 +01:00
Compiler.js rename filesModified -> modifiedFiles 2019-11-15 13:49:15 +01:00
ConcurrentCompilationError.js
ConstPlugin.js add presentational dependencies which are cheaper, but allow only templating 2019-10-30 07:49:20 +01:00
ContextExclusionPlugin.js
ContextModule.js minor fixes 2019-12-03 17:05:22 +03:00
ContextModuleFactory.js
ContextReplacementPlugin.js
DefinePlugin.js move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory 2019-10-22 09:27:52 +02:00
DelegatedModule.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
DelegatedModuleFactoryPlugin.js
DelegatedPlugin.js
DependenciesBlock.js allocate presentationalDependencies array only when needed 2019-11-10 21:05:28 +01:00
Dependency.js add support for tree-shaking JSON modules 2019-11-05 10:37:59 +01:00
DependencyTemplate.js Use AbstractMethodError all over the project 2019-10-20 13:24:28 +02:00
DependencyTemplates.js
DllEntryPlugin.js
DllModule.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
DllModuleFactory.js
DllPlugin.js
DllReferencePlugin.js
DynamicEntryPlugin.js
EntryOptionPlugin.js
EntryPlugin.js
Entrypoint.js
EnvironmentPlugin.js
ErrorHelpers.js
EvalDevToolModulePlugin.js refactor: code 2019-10-22 00:14:05 +02:00
EvalSourceMapDevToolPlugin.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
ExportPropertyTemplatePlugin.js refactor: code 2019-10-22 00:14:05 +02:00
ExportsInfoApiPlugin.js add presentational dependencies which are cheaper, but allow only templating 2019-10-30 07:49:20 +01:00
ExternalModule.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
ExternalModuleFactoryPlugin.js hoist the deprecate function 2019-11-15 10:10:26 +01:00
ExternalsPlugin.js
FileSystemInfo.js fix FileSystemInfo logging when multiple different types of invalidation occur 2019-11-14 18:05:21 +01:00
FlagDependencyExportsPlugin.js add support for tree-shaking JSON modules 2019-11-05 10:37:59 +01:00
FlagDependencyUsagePlugin.js allocate Module.factoryMeta only when needed 2019-11-10 21:05:21 +01:00
FlagEntryExportAsUsedPlugin.js refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration 2019-10-08 23:59:48 +02:00
FlagInitialModulesAsUsedPlugin.js
Generator.js move data url condition to parser 2019-11-26 15:43:58 +01:00
GraphHelpers.js
HarmonyLinkingError.js
HookWebpackError.js
HotModuleReplacementPlugin.js run prettier 2019-11-15 10:56:01 +01:00
HotUpdateChunk.js
IgnorePlugin.js
InitFragment.js consistency and bugfixes for reexporting json 2019-11-05 10:39:12 +01:00
LibManifestPlugin.js avoid creating arrays in getConnections 2019-11-10 21:05:05 +01:00
LibraryTemplatePlugin.js refactor Module.source() and Module.getRuntimeRequirements() into Module.codeGeneration 2019-10-08 23:59:48 +02:00
LoaderOptionsPlugin.js
LoaderTargetPlugin.js
MainTemplate.js refactor: code 2019-10-22 00:14:05 +02:00
Module.js rename exportsType named to default 2019-11-20 12:43:53 +01:00
ModuleBuildError.js
ModuleDependencyError.js
ModuleDependencyWarning.js
ModuleError.js
ModuleFactory.js Use AbstractMethodError all over the project 2019-10-20 13:24:28 +02:00
ModuleFilenameHelpers.js
ModuleGraph.js rename exportsType named to default 2019-11-20 12:43:53 +01:00
ModuleGraphConnection.js allocate ModuleGraphConnections.explanations only when needed 2019-11-10 21:05:07 +01:00
ModuleInfoHeaderPlugin.js consistency and bugfixes for reexporting json 2019-11-05 10:39:12 +01:00
ModuleNotFoundError.js
ModuleParseError.js
ModuleProfile.js
ModuleRestoreError.js
ModuleTemplate.js refactor: code 2019-10-22 00:14:05 +02:00
ModuleWarning.js
MultiCompiler.js fix: replaced some TODO with correct types and fixed some runtime issue 2019-11-28 22:48:01 +01:00
MultiStats.js
MultiWatching.js
NoEmitOnErrorsPlugin.js
NoModeWarning.js
NodeStuffPlugin.js add presentational dependencies which are cheaper, but allow only templating 2019-10-30 07:49:20 +01:00
NormalModule.js Introduce a Parser base class to improve Parser types 2019-11-30 01:36:28 +01:00
NormalModuleFactory.js fix: replaced some TODO with correct types and fixed some runtime issue 2019-11-28 22:48:01 +01:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptimizationStages.js
OptionsApply.js
OptionsDefaulter.js
Parser.js Introduce a Parser base class to improve Parser types 2019-11-30 01:36:28 +01:00
PrefetchPlugin.js
ProgressPlugin.js add finishAssets to ProgressPlugin 2019-11-12 16:11:06 +01:00
ProvidePlugin.js move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory 2019-10-22 09:27:52 +02:00
RawModule.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
RecordIdsPlugin.js
RequestShortener.js Merge tag 'v4.41.1' into next 2019-10-11 13:56:07 +02:00
RequireJsStuffPlugin.js move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory 2019-10-22 09:27:52 +02:00
ResolverFactory.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
RuntimeGlobals.js refactor hop runtime helper 2019-12-03 16:27:39 +03:00
RuntimeModule.js upgrade webpack-sources 2019-11-12 08:59:08 +01:00
RuntimePlugin.js refactor hop runtime helper 2019-12-03 16:27:39 +03:00
RuntimeTemplate.js pr comments 2019-12-03 18:11:46 +03:00
SetVarTemplatePlugin.js refactor: code 2019-10-22 00:14:05 +02:00
SingleEntryPlugin.js
SizeFormatHelpers.js
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js improve progress reporting 2019-11-12 16:11:13 +01:00
Stats.js fix: Intl.DateTimeFormat can throw too 2019-10-11 09:30:54 +03:00
SystemTemplatePlugin.js refactor: code 2019-10-22 00:14:05 +02:00
Template.js optimize webpack runtime size 2019-12-02 17:59:37 +03:00
TemplatedPathPlugin.js Merge pull request #9950 from webpack/dependabot/npm_and_yarn/prettier-1.19.1 2019-11-15 12:05:46 +01:00
UmdTemplatePlugin.js refactor: code 2019-10-22 00:14:05 +02:00
UnsupportedFeatureWarning.js
UseStrictPlugin.js add presentational dependencies which are cheaper, but allow only templating 2019-10-30 07:49:20 +01:00
WarnCaseSensitiveModulesPlugin.js
WarnDeprecatedOptionPlugin.js
WarnNoModeSetPlugin.js
WatchIgnorePlugin.js rename filesModified -> modifiedFiles 2019-11-15 13:49:15 +01:00
Watching.js rename filesModified -> modifiedFiles 2019-11-15 13:49:15 +01:00
WebpackError.js
WebpackOptionsApply.js add missing runtime requirement for async module header 2019-11-19 13:11:23 +01:00
WebpackOptionsDefaulter.js fix misschange 2019-11-28 20:41:03 +03:00
buildChunkGraph.js remove return value of ChunkGraph.connectChunkAndModule 2019-11-10 21:05:26 +01:00
formatLocation.js
index.js Introduce a Parser base class to improve Parser types 2019-11-30 01:36:28 +01:00
validateSchema.js type fixes 2019-10-16 16:49:52 +02:00
webpack.js fix: replaced some TODO with correct types and fixed some runtime issue 2019-11-28 22:48:01 +01:00