webpack/lib
Florent Cailhol 9669c9e013 Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
..
dependencies Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
node Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
optimize Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
performance Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
util Merge pull request #6146 from EugeneHlushko/feature-xxhashjs 2017-12-21 08:48:52 +01:00
wasm Remove some plugin calls 2017-12-14 14:42:49 +01:00
web Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
webworker Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
APIPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
AmdMainTemplatePlugin.js upgrate tapable in Templates 2017-11-28 18:43:01 +01:00
AsyncDependenciesBlock.js Use a Set to store modules in a chunk 2017-05-16 11:50:50 +02:00
AsyncDependencyToInitialChunkError.js Feature: Disallow to load initial chunk on demand..: rename class to Error 2017-12-19 17:43:02 +02:00
AutomaticPrefetchPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
BannerPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
BasicEvaluatedExpression.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
CachePlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
CaseSensitiveModulesWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
Chunk.js Fix Chunk.prototype.entrypoints setter 2017-12-15 11:26:38 +09:00
ChunkRenderError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ChunkTemplate.js make all methods on Template static 2017-12-07 09:49:50 +01:00
CompatibilityPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
Compilation.js fix reversed order in OccurenceOrderPlugin 2017-12-20 20:35:16 +01:00
Compiler.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
ConstPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
ContextExclusionPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
ContextModule.js Reset dependencies in unbuild 2017-12-12 17:01:14 +01:00
ContextModuleFactory.js Upgrade tapable in ModuleFactories 2017-11-28 09:54:24 +01:00
ContextReplacementPlugin.js Use tap() instead of tapAsync() when possible 2017-12-14 15:11:56 +01:00
DefinePlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
DelegatedModule.js Reset dependencies in unbuild 2017-12-12 17:01:14 +01:00
DelegatedModuleFactoryPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
DelegatedPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
DependenciesBlock.js avoid using forEach 2017-11-24 17:22:45 +01:00
DependenciesBlockVariable.js pass runtimeTemplate to DependencyTemplate 2017-12-11 17:59:32 +01:00
Dependency.js replace isEqualResource with more performance implementation 2017-11-19 00:22:38 +01:00
DllEntryPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
DllModule.js refactor meta -> buildMeta, add factoryMeta 2017-12-12 16:57:50 +01:00
DllModuleFactory.js Upgrade tapable in ModuleFactories 2017-11-28 09:54:24 +01:00
DllPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
DllReferencePlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
DynamicEntryPlugin.js fix(beautify): fix beautify-lint 2017-12-07 23:00:32 -08:00
EntryModuleNotFoundError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
EntryOptionPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
Entrypoint.js refactor more properties to Sets 2017-11-07 09:17:12 +01:00
EnvironmentPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
ErrorHelpers.js Fix lint error 2017-11-27 09:38:03 +01:00
EvalDevToolModulePlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
EvalDevToolModuleTemplatePlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
EvalSourceMapDevToolModuleTemplatePlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
EvalSourceMapDevToolPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
ExportPropertyMainTemplatePlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
ExtendedAPIPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
ExternalModule.js refactor meta -> buildMeta, add factoryMeta 2017-12-12 16:57:50 +01:00
ExternalModuleFactoryPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
ExternalsPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
FlagDependencyExportsPlugin.js move providedExports into buildMeta 2017-12-12 17:01:03 +01:00
FlagDependencyUsagePlugin.js refactor meta -> buildMeta, add factoryMeta 2017-12-12 16:57:50 +01:00
FlagInitialModulesAsUsedPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
FunctionModulePlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
FunctionModuleTemplatePlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
HashedModuleIdsPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
HotModuleReplacement.runtime.js remove typo orginalError 2017-09-14 09:21:41 +02:00
HotModuleReplacementPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
HotUpdateChunkTemplate.js make all methods on Template static 2017-12-07 09:49:50 +01:00
IgnorePlugin.js Use tap() instead of tapAsync() when possible 2017-12-14 15:11:56 +01:00
JavascriptModulesPlugin.js Replace NormalModuleFactory#plugin() calls 2017-12-14 14:42:49 +01:00
JsonModulesPlugin.js Replace NormalModuleFactory#plugin() calls 2017-12-14 14:42:49 +01:00
JsonParser.js advanced module type refactoring 2017-11-11 19:27:19 +01:00
LibManifestPlugin.js move providedExports into buildMeta 2017-12-12 17:01:03 +01:00
LibraryTemplatePlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
LoaderOptionsPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
LoaderTargetPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
MainTemplate.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
MemoryOutputFileSystem.js
Module.js Reset dependencies in unbuild 2017-12-12 17:01:14 +01:00
ModuleBuildError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleDependencyError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleDependencyWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleFilenameHelpers.js aggregate all crypto hash usages into util/createHash 2017-11-23 11:09:17 +01:00
ModuleNotFoundError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleParseError.js remove absolute path from parse error 2017-10-17 10:41:09 +02:00
ModuleReason.js fix typo: explaination -> explanation 2017-11-21 18:52:35 +01:00
ModuleTemplate.js pass runtimeTemplate to DependencyTemplate 2017-12-11 17:59:32 +01:00
ModuleWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
MultiCompiler.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
MultiEntryPlugin.js fix(beautify): fix beautify-lint 2017-12-07 23:00:32 -08:00
MultiModule.js refactor meta -> buildMeta, add factoryMeta 2017-12-12 16:57:50 +01:00
MultiModuleFactory.js Upgrade tapable in ModuleFactories 2017-11-28 09:54:24 +01:00
MultiStats.js Merge branch 'master' into refactor-MultiStats 2017-04-05 12:56:26 +02:00
MultiWatching.js migrate missed watchClose hook 2017-11-28 16:23:43 +01:00
NamedChunksPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
NamedModulesPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
NoEmitOnErrorsPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
NoModeWarning.js Add mode option and choose defaults depending on mode 2017-11-24 08:17:17 +01:00
NodeStuffPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
NormalModule.js extract exports from wasm module 2017-12-14 13:05:03 +01:00
NormalModuleFactory.js Merge pull request #6126 from ooflorent/remove_plugin_calls 2017-12-15 13:42:38 +01:00
NormalModuleReplacementPlugin.js Use tap() instead of tapAsync() when possible 2017-12-14 15:11:56 +01:00
NullFactory.js
OptionsApply.js
OptionsDefaulter.js Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
Parser.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
ParserHelpers.js Update Parser helpers to be compatible with hooks 2017-12-15 17:08:49 +01:00
PrefetchPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
ProgressPlugin.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
ProvidePlugin.js Update Parser helpers to be compatible with hooks 2017-12-15 17:08:49 +01:00
RawModule.js refactor meta -> buildMeta, add factoryMeta 2017-12-12 16:57:50 +01:00
RecordIdsPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
RequestShortener.js memorize request shortener results 2017-11-24 17:21:03 +01:00
RequireJsStuffPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
ResolverFactory.js upgrade tapable for ResolverFactory 2017-11-28 16:54:18 +01:00
RuleSet.js Merge pull request #5936 from webpack/refactor/code-style 2017-11-08 21:26:37 +01:00
RuntimeTemplate.js pass runtimeTemplate to DependencyTemplate 2017-12-11 17:59:32 +01:00
SetVarMainTemplatePlugin.js upgrate tapable in Templates 2017-11-28 18:43:01 +01:00
SingleEntryPlugin.js fix(beautify): fix beautify-lint 2017-12-07 23:00:32 -08:00
SizeFormatHelpers.js Display file size in kibibytes in statistics. Fix #5769 2017-10-09 14:20:20 +04:00
SourceMapDevToolModuleOptionsPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
SourceMapDevToolPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
Stats.js fix unnecessary module concatenation 2017-12-20 20:35:16 +01:00
Template.js make all methods on Template static 2017-12-07 09:49:50 +01:00
TemplatedPathPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
UmdMainTemplatePlugin.js Merge branch 'next' into refactoring/plugin-system-all 2017-11-29 13:56:08 +01:00
UnsupportedFeatureWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
UseStrictPlugin.js Replace NormalModuleFactory#plugin() calls 2017-12-14 14:42:49 +01:00
WarnCaseSensitiveModulesPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
WarnNoModeSetPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
WatchIgnorePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
WebAssemblyModulesPlugin.js Replace NormalModuleFactory#plugin() calls 2017-12-14 14:42:49 +01:00
WebAssemblyParser.js extract exports from wasm module 2017-12-14 13:05:03 +01:00
WebpackError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
WebpackOptionsApply.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
WebpackOptionsDefaulter.js refactor: Enables uglify thread pool by default 2017-12-18 00:49:48 -06:00
WebpackOptionsValidationError.js Merge remote-tracking branch 'upstream/master' into feature/validate-plugin-options 2017-11-18 09:35:37 +01:00
compareLocations.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
formatLocation.js refactor(formatLocation): upgrade to ES6 2017-04-17 22:00:47 +10:00
prepareOptions.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
validateSchema.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
webpack.js Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
webpack.web.js remove one line of useless code 2017-07-07 11:16:02 +08:00