| .. |
|
cache
|
fix warning stack for failed module
|
2018-10-17 21:25:41 +02:00 |
|
debug
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
dependencies
|
feat(ContextDependency): make serializable
|
2018-10-17 21:25:43 +02:00 |
|
ids
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
node
|
Merge tag 'v4.19.1' into next
|
2018-09-18 10:13:54 +02:00 |
|
optimize
|
refactor Cache
|
2018-09-27 13:20:19 +02:00 |
|
performance
|
make Compilation.chunks a Set
|
2018-09-06 17:04:01 +02:00 |
|
serialization
|
fix bug with too long short strings
|
2018-10-17 21:25:41 +02:00 |
|
util
|
feat(registerExternalSerializer): add SourceMapSource support
|
2018-10-17 21:25:41 +02:00 |
|
wasm
|
Merge tag 'v4.19.0' into next
|
2018-09-15 13:10:58 +02:00 |
|
web
|
Merge tag 'v4.21.0' into next
|
2018-10-17 20:38:00 +02:00 |
|
webworker
|
Merge tag 'v4.19.0' into next
|
2018-09-15 13:10:58 +02:00 |
|
APIPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
AmdMainTemplatePlugin.js
|
Merge tag 'v4.21.0' into next
|
2018-10-17 20:38:00 +02:00 |
|
AsyncDependenciesBlock.js
|
refactor chunk id plugins
|
2018-09-05 14:28:52 +02:00 |
|
AsyncDependencyToInitialChunkError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
AutomaticPrefetchPlugin.js
|
make Compilation.modules a Set
|
2018-09-06 17:03:24 +02:00 |
|
BannerPlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
BasicEvaluatedExpression.js
|
Add brackets for multiline if/for statements
|
2018-05-29 15:45:44 +02:00 |
|
Cache.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
CaseSensitiveModulesWarning.js
|
Optimize error origin handling and module trace
|
2018-09-12 13:16:59 +02:00 |
|
Chunk.js
|
add some random types
|
2018-09-18 09:54:35 +02:00 |
|
ChunkGraph.js
|
move iterable compare code to comparators
|
2018-08-28 15:10:30 +02:00 |
|
ChunkGroup.js
|
Rename index/index2 to pre/postOrderIndices
|
2018-10-12 17:51:28 +02:00 |
|
ChunkRenderError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ChunkTemplate.js
|
Merge tag 'v4.19.0' into next
|
2018-09-15 13:10:58 +02:00 |
|
CommentCompilationWarning.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
CompatibilityPlugin.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
Compilation.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
Compiler.js
|
fixes timestamp transfer from watcher
|
2018-09-27 21:28:07 +02:00 |
|
ConcurrentCompilationError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ConstPlugin.js
|
Replace harmonyInit calls by InitFragments
|
2018-07-30 22:34:18 +02:00 |
|
ContextExclusionPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ContextModule.js
|
refactor Cache
|
2018-09-27 13:20:19 +02:00 |
|
ContextModuleFactory.js
|
Merge pull request #7813 from webpack/refactor/freeze_hooks
|
2018-07-30 22:47:13 +02:00 |
|
ContextReplacementPlugin.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
DefinePlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
DelegatedModule.js
|
refactor Module.needBuild to be async
|
2018-09-27 11:20:54 +02:00 |
|
DelegatedModuleFactoryPlugin.js
|
make libIdent required
|
2018-08-02 16:29:20 +02:00 |
|
DelegatedPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
DependenciesBlock.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
Dependency.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
DependencyTemplate.js
|
Move AsyncDependenciesBlock.chunkGroup into ChunkGraph
|
2018-08-22 20:17:49 +02:00 |
|
DependencyTemplates.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
DllEntryPlugin.js
|
allow multiple entryModules per chunk
|
2018-08-15 11:51:16 +02:00 |
|
DllModule.js
|
refactor Module.needBuild to be async
|
2018-09-27 11:20:54 +02:00 |
|
DllModuleFactory.js
|
use JavascriptModulesPluginHooks.shouldRender correctly
|
2018-08-23 16:54:41 +02:00 |
|
DllPlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
DllReferencePlugin.js
|
refactor Cache
|
2018-09-27 13:20:19 +02:00 |
|
DynamicEntryPlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
EntryModuleNotFoundError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
EntryOptionPlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
EntryPlugin.js
|
allow multiple entryModules per chunk
|
2018-08-15 11:51:16 +02:00 |
|
Entrypoint.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
EnvironmentPlugin.js
|
Update EnvironmentPlugin TODO comment
|
2018-10-12 18:03:03 +02:00 |
|
ErrorHelpers.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
EvalDevToolModulePlugin.js
|
pass chunkGraph to updateHash instead of moduleGraph
|
2018-08-28 12:06:53 +02:00 |
|
EvalDevToolModuleTemplatePlugin.js
|
pass chunkGraph to updateHash instead of moduleGraph
|
2018-08-28 12:06:53 +02:00 |
|
EvalSourceMapDevToolModuleTemplatePlugin.js
|
move Module.id into ChunkGraph
|
2018-08-28 15:08:52 +02:00 |
|
EvalSourceMapDevToolPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ExportPropertyMainTemplatePlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ExtendedAPIPlugin.js
|
allow multiple entryModules per chunk
|
2018-08-15 11:51:16 +02:00 |
|
ExternalModule.js
|
Merge tag 'v4.21.0' into next
|
2018-10-17 20:38:00 +02:00 |
|
ExternalModuleFactoryPlugin.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
ExternalsPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
FileSystemInfo.js
|
fixes timestamp transfer from watcher
|
2018-09-27 21:28:07 +02:00 |
|
FlagDependencyExportsPlugin.js
|
add ExportsSpec type to getExports
|
2018-08-02 16:04:10 +02:00 |
|
FlagDependencyUsagePlugin.js
|
move methods from Module into ModuleGraph
|
2018-08-21 11:04:40 +02:00 |
|
FlagInitialModulesAsUsedPlugin.js
|
move methods from Module into ModuleGraph
|
2018-08-21 11:04:40 +02:00 |
|
FunctionModulePlugin.js
|
Move optimizationBailout into ModuleGraph meta information
|
2018-08-06 10:42:41 +02:00 |
|
FunctionModuleTemplatePlugin.js
|
move methods from Module into ModuleGraph
|
2018-08-21 11:04:40 +02:00 |
|
Generator.js
|
Move AsyncDependenciesBlock.chunkGroup into ChunkGraph
|
2018-08-22 20:17:49 +02:00 |
|
GraphHelpers.js
|
Move AsyncDependenciesBlock.chunkGroup into ChunkGraph
|
2018-08-22 20:17:49 +02:00 |
|
HarmonyLinkingError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
HotModuleReplacement.runtime.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
HotModuleReplacementPlugin.js
|
Merge tag 'v4.19.0' into next
|
2018-09-15 13:10:58 +02:00 |
|
HotUpdateChunk.js
|
add some random types
|
2018-09-18 09:54:35 +02:00 |
|
HotUpdateChunkTemplate.js
|
pass moduleGraph along with multiple methods
|
2018-08-02 17:54:42 +02:00 |
|
IgnorePlugin.js
|
Remove IgnorePlugin compat layer
|
2018-10-12 18:10:12 +02:00 |
|
InitFragment.js
|
comments, renames
|
2018-07-30 23:07:30 +02:00 |
|
JavascriptGenerator.js
|
Move AsyncDependenciesBlock.chunkGroup into ChunkGraph
|
2018-08-22 20:17:49 +02:00 |
|
JavascriptModulesPlugin.js
|
Merge tag 'v4.19.0' into next
|
2018-09-15 13:10:58 +02:00 |
|
JavascriptParser.js
|
chore(JavascriptParser): update `acorn` dependencies
|
2018-10-02 14:20:20 +02:00 |
|
JavascriptParserHelpers.js
|
Remove addParsedVariableToModule helper
|
2018-07-30 22:38:00 +02:00 |
|
JsonGenerator.js
|
merge used with usedExports
|
2018-08-06 21:05:11 +02:00 |
|
JsonModulesPlugin.js
|
use JavascriptModulesPluginHooks.shouldRender correctly
|
2018-08-23 16:54:41 +02:00 |
|
JsonParser.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
LibManifestPlugin.js
|
make Compilation.chunks a Set
|
2018-09-06 17:04:01 +02:00 |
|
LibraryTemplatePlugin.js
|
Merge tag 'v4.21.0' into next
|
2018-10-17 20:38:00 +02:00 |
|
LoaderOptionsPlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
LoaderTargetPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
MainTemplate.js
|
Merge tag 'v4.21.0' into next
|
2018-10-17 20:38:00 +02:00 |
|
MemoryOutputFileSystem.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
Module.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
ModuleBuildError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ModuleDependencyError.js
|
move Module.issuer into Module.getIssuer(moduleGraph)
|
2018-08-09 16:44:28 +02:00 |
|
ModuleDependencyWarning.js
|
move Module.issuer into Module.getIssuer(moduleGraph)
|
2018-08-09 16:44:28 +02:00 |
|
ModuleError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ModuleFilenameHelpers.js
|
move Module.id into ChunkGraph
|
2018-08-28 15:08:52 +02:00 |
|
ModuleGraph.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
ModuleGraphConnection.js
|
remove originModule from Dependencies and add parent module to ModuleGraph
|
2018-08-07 14:20:53 +02:00 |
|
ModuleNotFoundError.js
|
Optimize error origin handling and module trace
|
2018-09-12 13:16:59 +02:00 |
|
ModuleParseError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ModuleProfile.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
ModuleReason.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
ModuleTemplate.js
|
add ChunkGraph
|
2018-08-14 15:32:13 +02:00 |
|
ModuleWarning.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
MultiCompiler.js
|
refactor Cache
|
2018-09-27 13:20:19 +02:00 |
|
MultiStats.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
MultiWatching.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
NoEmitOnErrorsPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
NoModeWarning.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
NodeStuffPlugin.js
|
remove originModule from Dependencies and add parent module to ModuleGraph
|
2018-08-07 14:20:53 +02:00 |
|
NormalModule.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
NormalModuleFactory.js
|
Merge pull request #7813 from webpack/refactor/freeze_hooks
|
2018-07-30 22:47:13 +02:00 |
|
NormalModuleReplacementPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
NullFactory.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
OptimizationStages.js
|
Change stage values
|
2018-08-16 14:10:55 +02:00 |
|
OptionsApply.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
OptionsDefaulter.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
PrefetchPlugin.js
|
remove Module.prefetched
|
2018-08-22 15:19:05 +02:00 |
|
ProgressPlugin.js
|
refactor chunk id plugins
|
2018-09-05 14:28:52 +02:00 |
|
ProvidePlugin.js
|
Refactor ProvidedDependency to avoid duplication
|
2018-07-30 22:38:28 +02:00 |
|
RawModule.js
|
refactor Module.needBuild to be async
|
2018-09-27 11:20:54 +02:00 |
|
RecordIdsPlugin.js
|
refactor Cache
|
2018-09-27 13:20:19 +02:00 |
|
RequestShortener.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
RequireJsStuffPlugin.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
ResolverFactory.js
|
Merge pull request #7813 from webpack/refactor/freeze_hooks
|
2018-07-30 22:47:13 +02:00 |
|
RuleSet.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
RuntimeTemplate.js
|
move Module.id into ChunkGraph
|
2018-08-28 15:08:52 +02:00 |
|
SetVarMainTemplatePlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
SingleEntryPlugin.js
|
add SingleEntryPlugin as deprecated export
|
2018-08-15 21:10:35 +02:00 |
|
SizeFormatHelpers.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
SourceMapDevToolModuleOptionsPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
SourceMapDevToolPlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
Stats.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
Template.js
|
add some random types
|
2018-09-18 09:54:35 +02:00 |
|
TemplatedPathPlugin.js
|
Make create chunk and module ids filename safe
|
2018-09-05 21:29:22 +02:00 |
|
UmdMainTemplatePlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
UnsupportedFeatureWarning.js
|
Merge tag 'v4.17.0' into next
|
2018-08-21 11:02:16 +02:00 |
|
UseStrictPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
WarnCaseSensitiveModulesPlugin.js
|
pass moduleGraph along with multiple methods
|
2018-08-02 17:54:42 +02:00 |
|
WarnDeprecatedOptionPlugin.js
|
Deprecate moduleIds=hashed in favor of moduleIds=deterministic
|
2018-10-12 17:14:16 +02:00 |
|
WarnNoModeSetPlugin.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
WatchIgnorePlugin.js
|
Merge tag 'v4.20.0' into next
|
2018-09-25 16:20:42 +02:00 |
|
Watching.js
|
fixes timestamp transfer from watcher
|
2018-09-27 21:28:07 +02:00 |
|
WebpackError.js
|
Optimize error origin handling and module trace
|
2018-09-12 13:16:59 +02:00 |
|
WebpackOptionsApply.js
|
add persistent caching prototype
|
2018-10-17 21:25:39 +02:00 |
|
WebpackOptionsDefaulter.js
|
default cache.name to name + mode
|
2018-10-17 21:25:40 +02:00 |
|
WebpackOptionsValidationError.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
compareLocations.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
formatLocation.js
|
fix unit test, add handling for line only location
|
2018-07-15 09:57:36 +02:00 |
|
validateSchema.js
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
|
webpack.js
|
refactor Cache
|
2018-09-27 13:20:19 +02:00 |