webpack/lib
Tobias Koppers 55ad52fd9a report progress for both steps 2018-01-04 15:42:31 +01:00
..
dependencies add tree-shaking for json modules 2017-12-22 19:49:43 +01:00
node Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
optimize replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +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 linting 2017-12-21 09:33:26 +01:00
web add output.globalObject configuration option 2017-12-27 18:46:37 +01:00
webworker add output.globalObject configuration option 2017-12-27 18:46:37 +01:00
APIPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
AmdMainTemplatePlugin.js fix: failing tests, typo, and missing .tap fn 2017-12-15 23:46:41 -08: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 Merge branch 'master' into next 2017-12-29 11:17:10 +01:00
Compiler.js Move Watching to its own file 2017-12-31 18:16:03 +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 remove repeated code 2017-12-22 19:42:44 +01:00
ContextModuleFactory.js Do not use deprecated features of enhanced-resolve 2017-12-22 19:54:57 +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 move generated runtime code to RuntimeTemplate 2017-12-22 19:41:28 +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 fix: failing tests, typo, and missing .tap fn 2017-12-15 23:46:41 -08:00
ExtendedAPIPlugin.js Use Parser#hooks instead of Tapable#plugin 2017-12-21 09:08:10 +01:00
ExternalModule.js add output.globalObject configuration option 2017-12-27 18:46:37 +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 replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +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 add tree-shaking for json modules 2017-12-22 19:49:43 +01:00
JsonParser.js add tree-shaking for json modules 2017-12-22 19:49:43 +01:00
LibManifestPlugin.js move providedExports into buildMeta 2017-12-12 17:01:03 +01:00
LibraryTemplatePlugin.js add output.globalObject configuration option 2017-12-27 18:46:37 +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 replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +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 Forward run and watchRun calls when using MultiCompiler 2017-12-29 17:25:25 +01:00
MultiEntryPlugin.js fix(beautify): fix beautify-lint 2017-12-07 23:00:32 -08:00
MultiModule.js Feature: Use WebpackMissingModule 2017-12-19 16:31:43 +02: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 replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +01:00
NormalModule.js Fix Resolver#resolve deprecated call 2017-12-31 18:14:23 +01:00
NormalModuleFactory.js `-!` keeps post loader instead of pre loader 2017-12-30 19:34:14 +01:00
NormalModuleReplacementPlugin.js Use tap() instead of tapAsync() when possible 2017-12-14 15:11:56 +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 add support for empty catch clause 2018-01-01 10:49:19 +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 add proper plugin names, rever ruleset change, reverse order of used function 2017-12-15 17:07:32 -08:00
RuntimeTemplate.js readd missing space 2017-12-23 08:11:28 +01:00
SetVarMainTemplatePlugin.js fix: failing tests, typo, and missing .tap fn 2017-12-15 23:46:41 -08: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 report progress for both steps 2018-01-04 15:42: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 Merge branch 'master' into next 2017-12-29 11:17:10 +01:00
UmdMainTemplatePlugin.js add output.globalObject configuration option 2017-12-27 18:46:37 +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
Watching.js Move Watching to its own file 2017-12-31 18:16:03 +01:00
WebAssemblyModulesPlugin.js add support for imports in wasm modules 2017-12-20 20:42:42 +01:00
WebAssemblyParser.js replace harmonyModule flag with exportsType 3-state 2017-12-22 19:42:41 +01:00
WebpackError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
WebpackOptionsApply.js add output.globalObject configuration option 2017-12-27 18:46:37 +01:00
WebpackOptionsDefaulter.js add output.globalObject configuration option 2017-12-27 18:46:37 +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 expose Stats 2017-12-29 11:07:51 +01:00
webpack.web.js remove one line of useless code 2017-07-07 11:16:02 +08:00