webpack/lib
Tim Sebastian 62229f5302 make path ignored before it goes to records, prevent to have to do it in NMF 2017-03-23 00:05:15 +11:00
..
dependencies Merge pull request #3880 from shubheksha/refactor-AMDDefineDependencyParserPlugin 2017-03-07 08:39:51 +01:00
node close watchers correctly when closing watching 2017-03-15 15:50:05 +01:00
optimize Updates UglifyJs to 2.8.x to accept additional compress options 2017-03-04 18:31:39 -08:00
performance Removes excess commas from performance hint output 2017-02-28 22:03:37 -08:00
web refactor(WebEnvironmentPlugin): upgrade to ES6 (#3790) 2017-01-05 11:34:34 -06:00
webworker refactor(ES6): WebWorkerTemplatePlugin to use const rather than var 2017-02-21 17:38:24 +08:00
APIPlugin.js apply split methods to their usages 2017-01-21 13:51:35 +11:00
AmdMainTemplatePlugin.js Remove unnecessary backtick in AmdMainTemplatePlugin 2017-03-02 14:40:41 +01:00
AsyncDependenciesBlock.js add missing semicolon 2017-01-26 01:02:33 +01:00
AutomaticPrefetchPlugin.js refactor(es6): Upgrade AutomaticPrefetchPlugin to es6 (#3682) 2017-01-03 14:19:06 -06:00
BannerPlugin.js use const in BannerPlugin 2017-02-05 10:03:30 +11:00
BasicEvaluatedExpression.js Update variable declarations according to ES6 2017-03-02 15:09:09 +01:00
CachePlugin.js refactor(es6): Upgrade CachePlugin to es6 (#3680) 2017-01-02 15:32:55 -06:00
CaseSensitiveModulesWarning.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
Chunk.js Update variable declarations according to ES6 2017-03-02 15:09:09 +01:00
ChunkRenderError.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
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 Update variable declarations according to ES6 2017-03-02 15:09:09 +01:00
Compiler.js close watchers correctly when closing watching 2017-03-15 15:50:05 +01:00
ConstPlugin.js convert more usages of BasicEvaluatedExpression with ParserHelpers 2017-01-21 13:51:35 +11:00
ContextModule.js rename count to size 2017-02-28 12:07:27 +01:00
ContextModuleFactory.js code linting 2017-01-11 12:29:01 +01:00
ContextReplacementPlugin.js ES6ify the ContextReplacementPlugin 2017-03-10 12:27:53 -05:00
DefinePlugin.js add some comments to clarify why this is important here 2017-02-06 22:51:26 +11:00
DelegatedModule.js code linting 2017-01-11 12:29:01 +01:00
DelegatedModuleFactoryPlugin.js refactor(ES6): migrating to () => {} 2017-02-23 15:43:44 +08:00
DelegatedPlugin.js refactor(es6): Update DelegatedPlugin to es6 (#3663) 2016-12-31 20:35:41 -06:00
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 fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
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 refactor to arrow function 2017-02-08 09:15:28 +01:00
EvalSourceMapDevToolModuleTemplatePlugin.js Refactor(ES6): EvalSourceMapDevToolModuleTemplatePlugin 2017-02-22 18:27:02 +08:00
EvalSourceMapDevToolPlugin.js use const where applicable in EvalSourceMapDevToolPlugin 2017-02-05 10:23:50 +11:00
ExtendedAPIPlugin.js Use template literlals 2017-02-27 15:21:35 +07:00
ExternalModule.js escape __WEBPACK_EXTERNAL_MODULE_ through Template.toIdentifier 2017-02-20 19:17:51 +11:00
ExternalModuleFactoryPlugin.js code linting 2017-01-11 12:29:01 +01:00
ExternalsPlugin.js refactor(es6): Upgrade ExternalsPlugin to es6 (#3621) 2016-12-29 01:08:46 -06:00
FlagDependencyExportsPlugin.js use set instead of array to reduce lookup time 2017-03-14 23:46:50 +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 replace let with const 2017-02-22 08:32:01 +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 refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot (#3636) 2016-12-30 09:43:49 -06:00
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 Fix hot loader compatibility with Java8 Nashorn 2015-12-04 15:02:11 +00:00
JsonpMainTemplatePlugin.js Fix typo in comment. 2017-02-09 14:00:53 -08:00
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 refactor libraryTemplatePlugin to es2015 class 2017-02-25 20:39:36 +02:00
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 Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js remove "removeAndDo" and make usage inline and explicit 2017-02-14 21:16:10 +11:00
ModuleBuildError.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
ModuleDependencyError.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
ModuleDependencyWarning.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
ModuleError.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
ModuleFilenameHelpers.js Prevent request names from breaking comments 2016-06-07 11:21:36 +02:00
ModuleNotFoundError.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
ModuleParseError.js move captureStackTrace to the end of the constructor 2017-02-28 15:31:03 +01:00
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 fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
MovedToPluginWarningPlugin.js Link documentation to webpack.js.org 2017-02-07 10:07:01 +01:00
MultiCompiler.js emit watch-close event when watcher closes 2017-03-06 14:32:34 +11:00
MultiEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
MultiModule.js refactor(MultiModule): upgrade to ES6 2017-03-10 22:19:33 +11:00
MultiModuleFactory.js Update MultiModuleFactory.js 2017-02-21 11:17:24 -08:00
MultiStats.js Refactor MultiStats to es2015 2017-03-14 21:50:45 +02:00
MultiWatching.js emit watch-close event when watcher closes 2017-03-06 14:32:34 +11:00
NamedModulesPlugin.js refactor(es6): Upgrade NamedModulesPlugin to es6 (#3619) 2016-12-29 01:05:11 -06:00
NewWatchingPlugin.js Upgrade eslint (#3626) 2016-12-29 10:10:41 -06:00
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 test and linting 2017-02-16 19:31:58 +11:00
NormalModuleFactory.js make path ignored before it goes to records, prevent to have to do it in NMF 2017-03-23 00:05:15 +11:00
NormalModuleReplacementPlugin.js use const where applicable in NormalModuleReplacementPlugin 2017-02-05 10:33:21 +11: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 code linting 2017-01-11 12:29:01 +01:00
Parser.js walk variable patterns for parsed stuff 2017-02-23 23:06:05 +01:00
ParserHelpers.js extract `buildExpression` to ParserHelpers.addParsedVariableToModule 2017-02-25 00:26:07 +11:00
PrefetchPlugin.js refactor(es6): refactor PrefetchPlugin to ES6 class (#3665) 2017-01-01 11:23:57 -06:00
ProgressPlugin.js Refactor(ES6): Lint fixes 2017-02-22 16:12:24 +08:00
ProvidePlugin.js Refactor(ES6): ProgressPlugin 2017-02-22 15:57:56 +08:00
RawModule.js code linting 2017-01-11 12:29:01 +01:00
RecordIdsPlugin.js make path ignored before it goes to records, prevent to have to do it in NMF 2017-03-23 00:05:15 +11:00
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 allow to apply plugins to child compiler 2017-02-22 11:49:49 +01:00
SetVarMainTemplatePlugin.js refactor(ES6): upgrade SetVarMainTemplatePlugin to ES6 (#3726) 2017-01-04 12:00:09 -06:00
SingleEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
SizeFormatHelpers.js Refactor(es6): sizeFormatHelpers 2017-02-21 21:52:40 +08:00
SourceMapDevToolModuleOptionsPlugin.js refactor(ES6): upgrade SourceMapDevToolModuleOptionsPlugin to ES6 (#3725) 2017-01-04 11:57:17 -06:00
SourceMapDevToolPlugin.js add missing disable line 2017-01-17 00:32:42 -06:00
Stats.js Allow to reverse sort order in Stats by prefixing the sort key with a "!" 2017-02-07 21:17:20 +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 fixes spacing and typo 2017-02-28 12:03:29 +01:00
UnsupportedFeatureWarning.js a couple more fixes that were initially missed 2017-02-16 11:16:47 -05:00
UseStrictPlugin.js use const where applicable in UseStrictPlugin 2017-02-05 12:20:22 +11:00
WarnCaseSensitiveModulesPlugin.js refactor(WarnCaseSensitiveModulesPlugin): applying feedback 2017-02-08 09:49:12 +01:00
WatchIgnorePlugin.js code linting 2017-01-11 12:29:01 +01:00
WebpackOptionsApply.js refactor(es6): WebpackOptionsApply 2017-02-21 21:49:15 +08:00
WebpackOptionsDefaulter.js Add strictExportPresence option 2017-02-22 21:06:43 -05:00
WebpackOptionsValidationError.js a couple more fixes that were initially missed 2017-02-16 11:16:47 -05: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 revert changes to `removeAndDo` as it has external deps like ExtractTextPlugin 2017-02-14 21:16:10 +11:00
validateSchema.js use allOf instead of "extendRefs: true" option 2017-02-02 22:54:20 +11:00
webpack.js revert initial proposal 2017-02-02 20:15:27 +11:00
webpack.web.js refactor(es6): Upgrade lib/webpack.web.js to es6 (#3668) 2017-01-01 17:52:40 -06:00