webpack/lib
Tim Sebastian 840efada4f inline cacheAssetsAndApplyPlugins helper as it heavily relies on "this" anyways 2017-02-05 13:28:15 +11:00
..
dependencies make use of block scoping of let/const in RequireResolveDependencyParserPlugin ImportParserPlugin 2017-02-05 12:20:23 +11:00
node refactor(NodeOutputFileSystem): upgrade to ES6 2017-01-27 10:04:02 +11:00
optimize fixup AggressiveSplittingPlugin 2017-02-05 13:10:08 +11:00
performance Fix join. (#3821) 2017-01-06 19:36:09 -06:00
web refactor(WebEnvironmentPlugin): upgrade to ES6 (#3790) 2017-01-05 11:34:34 -06:00
webworker refactor(ES6): upgrade WebWorkerHotUpdateChunkTemplatePlugin to ES6 2017-01-12 02:29:47 +05:30
APIPlugin.js apply split methods to their usages 2017-01-21 13:51:35 +11:00
AmdMainTemplatePlugin.js use const instead of let in AmdMainTemplatePlugin 2017-02-05 10:00:11 +11:00
AsyncDependenciesBlock.js add missing semicolon 2017-01-26 01:02:33 +01:00
AutomaticPrefetchPlugin.js
BannerPlugin.js use const in BannerPlugin 2017-02-05 10:03:30 +11:00
BasicEvaluatedExpression.js
CachePlugin.js
CaseSensitiveModulesWarning.js use const where applicable in CaseSensitiveModulesWarning 2017-02-05 10:07:52 +11:00
Chunk.js code linting 2017-01-11 12:29:01 +01:00
ChunkRenderError.js
ChunkTemplate.js use const where applicable in ChunkTemplate 2017-02-05 10:09:07 +11:00
CompatibilityPlugin.js refactor(ES6): upgrade CompatibilityPlugin to ES6 2017-01-10 15:59:55 +05:30
Compilation.js inline cacheAssetsAndApplyPlugins helper as it heavily relies on "this" anyways 2017-02-05 13:28:15 +11:00
Compiler.js fix(node): rollback changes of Buffer.from to new Buffer() and bump down travis to 4.3 min node v 2017-01-16 23:57:27 -06:00
ConstPlugin.js convert more usages of BasicEvaluatedExpression with ParserHelpers 2017-01-21 13:51:35 +11:00
ContextModule.js code linting 2017-01-11 12:29:01 +01:00
ContextModuleFactory.js code linting 2017-01-11 12:29:01 +01:00
ContextReplacementPlugin.js code linting 2017-01-11 12:29:01 +01:00
DefinePlugin.js this is never true, is that intended? @sokra 2017-02-05 12:20:23 +11:00
DelegatedModule.js code linting 2017-01-11 12:29:01 +01:00
DelegatedModuleFactoryPlugin.js allow exact match without extension in dll 2017-01-30 22:44:25 +01:00
DelegatedPlugin.js
DependenciesBlock.js Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
DependenciesBlockVariable.js Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
Dependency.js Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
DllEntryPlugin.js use const where applicable in DllEntryPlugin 2017-02-05 10:18:10 +11:00
DllModule.js refactor(ES6): upgrade DllModule to ES6 (#3762) 2017-01-05 00:03:19 -06:00
DllModuleFactory.js use const where applicable in DllModuleFactory 2017-02-05 10:18:30 +11:00
DllPlugin.js refactor(ES6): upgrade DllPlugin to ES6 (#3760) 2017-01-04 23:59:22 -06:00
DllReferencePlugin.js use const where applicable in DllReferencePlugin 2017-02-05 10:19:06 +11:00
DynamicEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
EntryModuleNotFoundError.js
EntryOptionPlugin.js code linting 2017-01-11 12:29:01 +01:00
Entrypoint.js use const where applicable in Entrypoint 2017-02-05 10:19:49 +11:00
EnvironmentPlugin.js Use double quotes 2017-01-11 14:55:49 +01:00
EvalDevToolModulePlugin.js refactor(es6) upgrade EvalDevToolModuleTemplatePlugin to ES6 class 2017-01-18 23:44:33 -05:00
EvalDevToolModuleTemplatePlugin.js
EvalSourceMapDevToolModuleTemplatePlugin.js fix(node): rollback changes of Buffer.from to new Buffer() and bump down travis to 4.3 min node v 2017-01-16 23:57:27 -06:00
EvalSourceMapDevToolPlugin.js use const where applicable in EvalSourceMapDevToolPlugin 2017-02-05 10:23:50 +11:00
ExtendedAPIPlugin.js move more ConstDependencies to `toConstantDependency` 2017-01-21 13:51:35 +11:00
ExternalModule.js
ExternalModuleFactoryPlugin.js code linting 2017-01-11 12:29:01 +01:00
ExternalsPlugin.js
FlagDependencyExportsPlugin.js change how array is assigned and use const in FlagDependencyExportsPlugin 2017-02-05 10:25:12 +11:00
FlagDependencyUsagePlugin.js code linting 2017-01-11 12:29:01 +01:00
FlagInitialModulesAsUsedPlugin.js refactor(es6) upgrade FlagInitialModulesAsUsedPlugin to ES6 class 2017-01-11 11:08:13 -05:00
FunctionModulePlugin.js refactor(es6) upgrade FunctionModulePlugin to ES6 class 2017-01-11 10:28:02 -05:00
FunctionModuleTemplatePlugin.js remove error for CommonJs/AMD in ESM 2017-01-15 01:44:26 +01:00
HashedModuleIdsPlugin.js refactor HashedModuleIdsPlugin to not reassign "id" with completely different value 2017-02-05 10:27:32 +11:00
HotModuleReplacement.runtime.js code linting 2017-01-11 12:29:01 +01:00
HotModuleReplacementPlugin.js apply split methods to their usages 2017-01-21 13:51:35 +11:00
HotUpdateChunkTemplate.js use const where applicable in HotUpdateChunkTemplate 2017-02-05 10:28:31 +11:00
IgnorePlugin.js use const where applicable in IgnorePlugin 2017-02-05 10:28:53 +11:00
JsonpChunkTemplatePlugin.js
JsonpExportMainTemplatePlugin.js refactor(JsonpExportMainTemplatePlugin): upgrade to ES6 (#3793) 2017-01-06 09:17:22 -06:00
JsonpHotUpdateChunkTemplatePlugin.js refactor(JsonpHotUpdateChunkTemplatePlugin): upgrade to ES6 (#3831) 2017-01-08 12:49:54 -06:00
JsonpMainTemplate.runtime.js
JsonpMainTemplatePlugin.js
JsonpTemplatePlugin.js refactor(es6) upgrade JsonpTemplatePlugin to ES6 class 2017-01-12 22:53:12 -05:00
LibManifestPlugin.js fix(node): rollback changes of Buffer.from to new Buffer() and bump down travis to 4.3 min node v 2017-01-16 23:57:27 -06:00
LibraryTemplatePlugin.js
LoaderOptionsPlugin.js use const where applicable in LoaderOptionsPlugin 2017-02-05 10:29:26 +11:00
LoaderTargetPlugin.js remove unnecessary target assign 2017-02-05 10:30:01 +11:00
MainTemplate.js use const where applicable in MainTemplate 2017-02-05 10:30:52 +11:00
MemoryOutputFileSystem.js
Module.js
ModuleBuildError.js refactor(ModuleBuildError): upgrade to ES6 2017-01-28 13:40:50 +11:00
ModuleDependencyError.js code linting 2017-01-11 12:29:01 +01:00
ModuleDependencyWarning.js code linting 2017-01-11 12:29:01 +01:00
ModuleError.js
ModuleFilenameHelpers.js
ModuleNotFoundError.js
ModuleParseError.js
ModuleReason.js code linting 2017-01-11 12:29:01 +01:00
ModuleTemplate.js do not reassign variable with different values in ModuleTemplate 2017-02-05 10:32:52 +11:00
ModuleWarning.js refactor(ModuleWarning): upgrade to ES6 2017-01-09 17:15:18 +11:00
MovedToPluginWarningPlugin.js code linting 2017-01-11 12:29:01 +01:00
MultiCompiler.js code linting 2017-01-11 12:29:01 +01:00
MultiEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
MultiModule.js Dynamic entry support (#3634) 2017-01-09 01:31:49 -06:00
MultiModuleFactory.js
MultiStats.js linter fixes 2017-01-11 15:54:40 +01:00
MultiWatching.js refactor(es6) upgrade MultiWatching to ES6 class 2017-01-12 12:05:47 -05:00
NamedModulesPlugin.js
NewWatchingPlugin.js
NoEmitOnErrorsPlugin.js refactor(es6) upgrade NoEmitOnErrorsPlugin to ES6 class 2017-01-18 14:44:27 -05:00
NoErrorsPlugin.js refactor(es6) upgrade NoErrorsPlugin to ES6 class 2017-01-18 14:30:53 -05:00
NodeStuffPlugin.js convert more usages of BasicEvaluatedExpression with ParserHelpers 2017-01-21 13:51:35 +11:00
NormalModule.js fix PR 2017-01-16 03:21:13 +01:00
NormalModuleFactory.js generate loader ident automatically 2017-01-26 01:27:00 +01:00
NormalModuleReplacementPlugin.js use const where applicable in NormalModuleReplacementPlugin 2017-02-05 10:33:21 +11:00
NullFactory.js
OptionsApply.js
OptionsDefaulter.js code linting 2017-01-11 12:29:01 +01:00
Parser.js Deleting cache length size to loop 2017-01-24 22:39:38 +03:00
ParserHelpers.js add missing semicolons 2017-01-21 13:51:35 +11:00
PrefetchPlugin.js
ProgressPlugin.js code linting 2017-01-11 12:29:01 +01:00
ProvidePlugin.js apply split methods to their usages 2017-01-21 13:51:35 +11:00
RawModule.js code linting 2017-01-11 12:29:01 +01:00
RecordIdsPlugin.js
RequestShortener.js avoid using let in RequestShortener 2017-02-05 12:20:22 +11:00
RequireJsStuffPlugin.js fix issue where `requirejs.config()` would be evaluated to `;` instead of `undefined` 2017-01-21 13:51:35 +11:00
RuleSet.js generate loader ident automatically 2017-01-26 01:27:00 +01:00
SetVarMainTemplatePlugin.js
SingleEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
SizeFormatHelpers.js code linting 2017-01-11 12:29:01 +01:00
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js add missing disable line 2017-01-17 00:32:42 -06:00
Stats.js change sortByField to prevent deadlock 2017-02-05 13:09:56 +11:00
Template.js use const where applicable in Template 2017-02-05 12:20:22 +11:00
TemplatedPathPlugin.js code linting 2017-01-11 12:29:01 +01:00
UmdMainTemplatePlugin.js
UnsupportedFeatureWarning.js
UseStrictPlugin.js use const where applicable in UseStrictPlugin 2017-02-05 12:20:22 +11:00
WarnCaseSensitiveModulesPlugin.js
WatchIgnorePlugin.js code linting 2017-01-11 12:29:01 +01:00
WebpackOptionsApply.js Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
WebpackOptionsDefaulter.js use const where applicable in WebpackOptionsDefaulter 2017-02-05 12:20:22 +11:00
WebpackOptionsValidationError.js code linting 2017-01-11 12:29:01 +01:00
compareLocations.js fix: remove unreasonable comparelocation logic and update test cases 2017-01-24 18:47:55 +08:00
formatLocation.js fixes and tests for #3755 (#3862) 2017-01-09 23:00:03 -06:00
removeAndDo.js
validateSchema.js address pr comments 2017-01-21 10:46:31 -07:00
webpack.js code linting 2017-01-11 12:29:01 +01:00
webpack.web.js