webpack/lib
Florent Cailhol f737b26260 Remove some plugin calls 2017-12-14 14:42:49 +01:00
..
dependencies Remove some plugin calls 2017-12-14 14:42:49 +01:00
node Remove some plugin calls 2017-12-14 14:42:49 +01:00
optimize Remove some plugin calls 2017-12-14 14:42:49 +01:00
performance Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
util recycle nodes in Queue 2017-12-01 11:27:02 +01:00
wasm Remove some plugin calls 2017-12-14 14:42:49 +01:00
web Remove some plugin calls 2017-12-14 14:42:49 +01:00
webworker Remove some plugin calls 2017-12-14 14:42:49 +01:00
APIPlugin.js remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +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
AsyncDependencyToInitialChunkWarning.js fix behavior and add a warning when trying to load an 2017-10-17 09:06:05 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
CaseSensitiveModulesWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
Chunk.js convert algorithm to iterative, use less memory 2017-12-01 11:26:53 +01: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 tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
Compilation.js linting, unittests 2017-12-12 21:21:02 +01:00
Compiler.js Only create one RequestShortener per Compiler 2017-12-04 12:23:42 +01:00
ConstPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 Remove some plugin calls 2017-12-14 14:42:49 +01:00
DefinePlugin.js remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
DllReferencePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 fix(beautify): fix beautify-lint 2017-12-07 23:00:32 -08:00
Entrypoint.js refactor more properties to Sets 2017-11-07 09:17:12 +01:00
EnvironmentPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
ErrorHelpers.js Fix lint error 2017-11-27 09:38:03 +01:00
EvalDevToolModulePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
ExportPropertyMainTemplatePlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
ExtendedAPIPlugin.js remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +01:00
HotUpdateChunkTemplate.js make all methods on Template static 2017-12-07 09:49:50 +01:00
IgnorePlugin.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
JavascriptModulesPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
JsonModulesPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +01:00
NormalModule.js extract exports from wasm module 2017-12-14 13:05:03 +01:00
NormalModuleFactory.js Remove some plugin calls 2017-12-14 14:42:49 +01:00
NormalModuleReplacementPlugin.js Remove some plugin calls 2017-12-14 14:42:49 +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 Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
Parser.js Merge branch 'master' into next 2017-12-12 14:45:09 +01:00
ParserHelpers.js remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +01:00
PrefetchPlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
ProgressPlugin.js remove "pass" from progress plugin 2017-12-13 10:09:35 +01:00
ProvidePlugin.js Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 remove `__webpack_require__` requirement from some ConstDependencies 2017-12-13 11:14:00 +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 Stats output for no exports 2017-12-14 10:57:33 +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 Remove some 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 Use tapable instead of 'plugin' 2017-12-08 14:23:31 +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 Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
WebpackOptionsDefaulter.js Enable minimizing in production mode 2017-12-14 00:06:56 +01: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 Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
webpack.web.js remove one line of useless code 2017-07-07 11:16:02 +08:00