webpack/lib
Tobias Koppers 86ff1a4642 Merge tag 'v4.16.1' into next
4.16.1
2018-07-16 10:30:31 +02:00
..
debug Use push null to end the stream 2018-07-05 10:32:53 +02:00
dependencies Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
node Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
optimize Merge tag 'v4.16.1' into next 2018-07-16 10:30:31 +02:00
performance Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
util Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
wasm Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
web Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
webworker Simplify imports 2018-07-09 15:09:00 +02:00
APIPlugin.js Rename ParserHelpers into JavascriptParserHelpers 2018-07-03 14:08:43 +02:00
AmdMainTemplatePlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
AsyncDependenciesBlock.js Merge tag 'v4.15.0' into next 2018-07-04 22:19:50 +02:00
AsyncDependencyToInitialChunkError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
AutomaticPrefetchPlugin.js Simplify imports 2018-07-09 15:09:00 +02:00
BannerPlugin.js Remove unneeded arguments checks 2018-07-06 11:19:30 +02:00
BasicEvaluatedExpression.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
CachePlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
CaseSensitiveModulesWarning.js fix typing problem 2018-06-06 18:49:20 +02:00
Chunk.js Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
ChunkGroup.js fix case where non-object is passed to addOrigin 2018-07-13 17:27:31 +02:00
ChunkRenderError.js Add typing for ChunkRenderError 2018-05-20 00:22:26 -07:00
ChunkTemplate.js fix usage of DependencyTemplates and types 2018-07-12 17:12:00 +02:00
CommentCompilationWarning.js Simplify imports 2018-07-09 15:09:00 +02:00
CompatibilityPlugin.js Simplify imports 2018-07-09 15:09:00 +02:00
Compilation.js Merge tag 'v4.16.1' into next 2018-07-16 10:30:31 +02:00
Compiler.js Merge tag 'v4.15.0' into next 2018-07-04 22:19:50 +02:00
ConcurrentCompilationError.js Move concurrent compilation error to separate class 2018-03-13 13:10:42 +03:00
ConstPlugin.js Rename ParserHelpers into JavascriptParserHelpers 2018-07-03 14:08:43 +02:00
ContextExclusionPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
ContextModule.js Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
ContextModuleFactory.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
ContextReplacementPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
DefinePlugin.js Merge tag 'v4.16.1' into next 2018-07-16 10:30:31 +02:00
DelegatedModule.js Merge branch 'master' into feature/type-compiler-compilation-save 2018-06-21 11:07:33 +03:00
DelegatedModuleFactoryPlugin.js Add .mjs to default DelegatedModule options.extensions 2018-07-10 11:12:08 +02:00
DelegatedPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
DependenciesBlock.js use correct Hash interface 2018-06-25 16:01:57 +02:00
DependenciesBlockVariable.js fix usage of DependencyTemplates and types 2018-07-12 17:12:00 +02:00
Dependency.js Remove Dependency.compare 2018-07-14 22:36:02 +02:00
DependencyTemplates.js fix usage of DependencyTemplates and types 2018-07-12 17:12:00 +02:00
DllEntryPlugin.js merge DependencyLocation and disallow string locations 2018-06-25 10:44:34 +02:00
DllModule.js Destructure 'require' to improve readability 2018-03-22 12:05:58 +01:00
DllModuleFactory.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
DllPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
DllReferencePlugin.js Improve JSON parse error 2018-05-19 11:09:30 +02:00
DynamicEntryPlugin.js remove type duplication 2018-06-25 16:36:59 +02:00
EntryModuleNotFoundError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
EntryOptionPlugin.js chore(types): add Compiler and Compilation type support 2018-05-15 15:04:38 +02:00
Entrypoint.js Simplify imports 2018-07-09 15:09:00 +02:00
EnvironmentPlugin.js chore(types): add types to EnvironmentPlugin 2018-07-08 08:15:02 +01:00
ErrorHelpers.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
EvalDevToolModulePlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
EvalDevToolModuleTemplatePlugin.js Avoid deopt when cache is set 2018-04-11 09:06:40 +02:00
EvalSourceMapDevToolModuleTemplatePlugin.js More strict linting of jsdocs 2018-05-08 14:53:33 +02:00
EvalSourceMapDevToolPlugin.js Remove unneeded arguments checks 2018-07-06 11:19:30 +02:00
ExportPropertyMainTemplatePlugin.js Add typings for various library template plugins 2018-05-09 11:40:55 +02:00
ExtendedAPIPlugin.js Merge tag 'v4.15.0' into next 2018-07-04 22:19:50 +02:00
ExternalModule.js Update prettier toolchain 2018-03-26 16:56:10 +02:00
ExternalModuleFactoryPlugin.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
ExternalsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
FlagDependencyExportsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
FlagDependencyUsagePlugin.js add Compilation.getDependencyReference and hooks to override it 2018-06-23 15:13:14 +02:00
FlagInitialModulesAsUsedPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
FunctionModulePlugin.js Use correct function arity 2018-04-04 08:53:58 +02:00
FunctionModuleTemplatePlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
Generator.js make DependencyTemplates a new class 2018-07-11 13:11:08 +02:00
GraphHelpers.js bugfixes and corrections 2018-05-15 15:04:40 +02:00
HarmonyLinkingError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
HashedModuleIdsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
HotModuleReplacement.runtime.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
HotModuleReplacementPlugin.js Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
HotUpdateChunk.js add a separate class for HotUpdateChunk 2018-04-12 11:42:41 +02:00
HotUpdateChunkTemplate.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
IgnorePlugin.js Simplify imports 2018-07-09 15:09:00 +02:00
JavascriptGenerator.js update webpack-sources types and remove second argument 2018-06-29 19:12:33 +02:00
JavascriptModulesPlugin.js Rename Parser into JavascriptParser 2018-07-03 14:08:43 +02:00
JavascriptParser.js Fix lint error 2018-07-03 15:35:24 +02:00
JavascriptParserHelpers.js Rename ParserHelpers into JavascriptParserHelpers 2018-07-03 14:08:43 +02:00
JsonGenerator.js generate error code when json wasn't parsed 2018-06-25 18:41:29 +02:00
JsonModulesPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
JsonParser.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
LibManifestPlugin.js Only put entries into the manifest 2018-05-22 13:24:40 +02:00
LibraryTemplatePlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
LoaderOptionsPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
LoaderTargetPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
MainTemplate.js fix usage of DependencyTemplates and types 2018-07-12 17:12:00 +02:00
MemoryOutputFileSystem.js Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js Merge tag 'v4.15.0' into next 2018-07-04 22:19:50 +02:00
ModuleBuildError.js multi line message when "from" is set 2018-06-05 10:43:10 +02:00
ModuleDependencyError.js finish plugin and tests 2018-06-04 16:23:41 +02:00
ModuleDependencyWarning.js finish plugin and tests 2018-06-04 16:23:41 +02:00
ModuleError.js multi line message when "from" is set 2018-06-05 10:43:10 +02:00
ModuleFilenameHelpers.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
ModuleNotFoundError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
ModuleParseError.js fix loc object in ModuleParseError 2018-07-13 21:30:55 +02:00
ModuleReason.js add helpful error when importing wasm in initial chunk 2018-07-02 16:18:49 +02:00
ModuleTemplate.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
ModuleWarning.js multi line message when "from" is set 2018-06-05 10:43:10 +02:00
MultiCompiler.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
MultiEntryPlugin.js merge DependencyLocation and disallow string locations 2018-06-25 10:44:34 +02:00
MultiModule.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
MultiModuleFactory.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
MultiStats.js run prettier on existing code 2018-02-25 02:00:20 +01:00
MultiWatching.js Prevent multi compiler from running twice at a time 2018-03-07 13:45:38 +03:00
NamedChunksPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
NamedModulesPlugin.js cr fixes 2018-05-01 14:26:12 +03:00
NoEmitOnErrorsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
NoModeWarning.js chore: prettify files 2018-03-28 15:08:00 +02:00
NodeStuffPlugin.js Rename ParserHelpers into JavascriptParserHelpers 2018-07-03 14:08:43 +02:00
NormalModule.js Merge pull request #7704 from webpack/refactor/dependency-templates 2018-07-12 19:11:58 +02:00
NormalModuleFactory.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
NormalModuleReplacementPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
NullFactory.js Refactor(ES6): Null Factory 2017-02-22 16:01:17 +08:00
OptionsApply.js Refactor(ES6): Lint fixes 2017-02-22 16:12:24 +08:00
OptionsDefaulter.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
PrefetchPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
ProgressPlugin.js Merge pull request #7442 from elliottsj/after-emit-progress 2018-05-30 22:45:21 +02:00
ProvidePlugin.js Rename ParserHelpers into JavascriptParserHelpers 2018-07-03 14:08:43 +02:00
RawModule.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
RecordIdsPlugin.js fixes #7492 2018-06-06 16:37:23 +02:00
RequestShortener.js Add matchResource feature (for loaders) 2018-06-01 15:37:17 +02:00
RequireJsStuffPlugin.js Rename ParserHelpers into JavascriptParserHelpers 2018-07-03 14:08:43 +02:00
ResolverFactory.js Remove Tapable compatibility 2018-06-26 08:31:08 +02:00
RuleSet.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
RuntimeTemplate.js add Compilation.getDependencyReference and hooks to override it 2018-06-23 15:13:14 +02:00
SetVarMainTemplatePlugin.js Add typings for various library template plugins 2018-05-09 11:40:55 +02:00
SingleEntryPlugin.js add types and fix incorrect loc type 2018-07-10 18:18:32 +02:00
SizeFormatHelpers.js feat: handle incorrect sizes 2018-03-29 15:28:03 +02:00
SourceMapDevToolModuleOptionsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
SourceMapDevToolPlugin.js Replace basename helper by node's one 2018-07-06 11:20:01 +02:00
Stats.js Default 'source' to 'false' for stats 2018-07-14 21:28:26 +02:00
Template.js type fixes 2018-06-25 10:09:39 +02:00
TemplatedPathPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
UmdMainTemplatePlugin.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
UnsupportedFeatureWarning.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
UseStrictPlugin.js Simplify imports 2018-07-09 15:09:00 +02:00
WarnCaseSensitiveModulesPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
WarnNoModeSetPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
WatchIgnorePlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
Watching.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
WebpackError.js fix loc object in ModuleParseError 2018-07-13 21:30:55 +02:00
WebpackOptionsApply.js Merge pull request #7686 from webpack/feature/module-chunk-ids-option 2018-07-10 10:19:03 +02:00
WebpackOptionsDefaulter.js Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00
WebpackOptionsValidationError.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
compareLocations.js Change how non-objects are handled 2018-07-14 22:36:02 +02:00
formatLocation.js fix unit test, add handling for line only location 2018-07-15 09:57:36 +02:00
validateSchema.js run prettier on existing code 2018-02-25 02:00:20 +01:00
webpack.js Merge tag 'v4.16.0' into next 2018-07-11 11:13:47 +02:00