webpack/lib
Tobias Koppers 416e5beeb4 Merge pull request #4483 from timse/improve-performance-FlagDependencyExportsPlugin
Improve performance flag dependency exports plugin
2017-03-16 15:27:11 +01: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
webworker refactor(ES6): WebWorkerTemplatePlugin to use const rather than var 2017-02-21 17:38:24 +08:00
APIPlugin.js
AmdMainTemplatePlugin.js Remove unnecessary backtick in AmdMainTemplatePlugin 2017-03-02 14:40:41 +01:00
AsyncDependenciesBlock.js
AutomaticPrefetchPlugin.js
BannerPlugin.js
BasicEvaluatedExpression.js Update variable declarations according to ES6 2017-03-02 15:09:09 +01:00
CachePlugin.js
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
CompatibilityPlugin.js
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
ContextModule.js rename count to size 2017-02-28 12:07:27 +01:00
ContextModuleFactory.js
ContextReplacementPlugin.js ES6ify the ContextReplacementPlugin 2017-03-10 12:27:53 -05:00
DefinePlugin.js
DelegatedModule.js
DelegatedModuleFactoryPlugin.js refactor(ES6): migrating to () => {} 2017-02-23 15:43:44 +08:00
DelegatedPlugin.js
DependenciesBlock.js
DependenciesBlockVariable.js
Dependency.js
DllEntryPlugin.js
DllModule.js
DllModuleFactory.js
DllPlugin.js
DllReferencePlugin.js
DynamicEntryPlugin.js
EntryModuleNotFoundError.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
EntryOptionPlugin.js
Entrypoint.js
EnvironmentPlugin.js
EvalDevToolModulePlugin.js
EvalDevToolModuleTemplatePlugin.js
EvalSourceMapDevToolModuleTemplatePlugin.js Refactor(ES6): EvalSourceMapDevToolModuleTemplatePlugin 2017-02-22 18:27:02 +08:00
EvalSourceMapDevToolPlugin.js
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
ExternalsPlugin.js
FlagDependencyExportsPlugin.js use set instead of array to reduce lookup time 2017-03-14 23:46:50 +11:00
FlagDependencyUsagePlugin.js
FlagInitialModulesAsUsedPlugin.js
FunctionModulePlugin.js
FunctionModuleTemplatePlugin.js replace let with const 2017-02-22 08:32:01 +01:00
HashedModuleIdsPlugin.js
HotModuleReplacement.runtime.js
HotModuleReplacementPlugin.js
HotUpdateChunkTemplate.js
IgnorePlugin.js
JsonpChunkTemplatePlugin.js
JsonpExportMainTemplatePlugin.js
JsonpHotUpdateChunkTemplatePlugin.js
JsonpMainTemplate.runtime.js
JsonpMainTemplatePlugin.js
JsonpTemplatePlugin.js
LibManifestPlugin.js
LibraryTemplatePlugin.js refactor libraryTemplatePlugin to es2015 class 2017-02-25 20:39:36 +02:00
LoaderOptionsPlugin.js
LoaderTargetPlugin.js
MainTemplate.js
MemoryOutputFileSystem.js
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
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
ModuleTemplate.js
ModuleWarning.js fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
MovedToPluginWarningPlugin.js
MultiCompiler.js emit watch-close event when watcher closes 2017-03-06 14:32:34 +11:00
MultiEntryPlugin.js
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
NewWatchingPlugin.js
NoEmitOnErrorsPlugin.js
NoErrorsPlugin.js
NodeStuffPlugin.js
NormalModule.js fix test and linting 2017-02-16 19:31:58 +11:00
NormalModuleFactory.js Merge pull request #4189 from webpack/feature/child-plugins 2017-02-22 15:01:08 +01:00
NormalModuleReplacementPlugin.js
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
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
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
RecordIdsPlugin.js Refactor(ES6): RecordsIdsPlugin 2017-02-21 22:13:09 +08:00
RequestShortener.js
RequireJsStuffPlugin.js
RuleSet.js allow to apply plugins to child compiler 2017-02-22 11:49:49 +01:00
SetVarMainTemplatePlugin.js
SingleEntryPlugin.js
SizeFormatHelpers.js Refactor(es6): sizeFormatHelpers 2017-02-21 21:52:40 +08:00
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js
Stats.js
Template.js
TemplatedPathPlugin.js
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
WarnCaseSensitiveModulesPlugin.js
WatchIgnorePlugin.js
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
formatLocation.js
removeAndDo.js revert changes to `removeAndDo` as it has external deps like ExtractTextPlugin 2017-02-14 21:16:10 +11:00
validateSchema.js
webpack.js
webpack.web.js