webpack/lib
Tobias Koppers 860da9baaa
Merge branch 'next' into refactor/sets
2017-11-08 21:28:51 +01:00
..
dependencies Update code style to arrow functions 2017-11-08 11:56:01 +01:00
node Update code style to arrow functions 2017-11-08 11:56:01 +01:00
optimize Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
performance Update code style to arrow functions 2017-11-08 11:56:01 +01:00
util renamed methods 2017-11-06 12:15:23 +01:00
web
webworker Update code style to arrow functions 2017-11-08 11:56:01 +01:00
APIPlugin.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
AmdMainTemplatePlugin.js move pathinfo comment into Template helper function 2017-08-08 09:42:43 +02: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 Changing async to asyncLib 2017-04-05 21:05:00 +08:00
BannerPlugin.js move pathinfo comment into Template helper function 2017-08-08 09:42:43 +02:00
BasicEvaluatedExpression.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
CachePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
CaseSensitiveModulesWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
Chunk.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
ChunkRenderError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ChunkTemplate.js fix: typos and variables/function misuse 2017-04-11 19:43:05 +08:00
CompatibilityPlugin.js Refactor ContextDependency to take an options object 2017-10-16 13:19:53 +02:00
Compilation.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
Compiler.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
ConstPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
ContextExclusionPlugin.js add ContextExclusionPlugin to allow excluding files/paths from lookup for contexts 2017-09-25 22:10:35 +10:00
ContextModule.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
ContextModuleFactory.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
ContextReplacementPlugin.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
DefinePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
DelegatedModule.js Refactor weird things 2017-11-06 13:16:09 +01:00
DelegatedModuleFactoryPlugin.js use original request as libIdent for delegated modules 2017-07-25 13:41:37 +02:00
DelegatedPlugin.js integrate the delegated module better into the exports flagging process 2017-07-26 10:12:40 +02:00
DependenciesBlock.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
DependenciesBlockVariable.js
Dependency.js Refactor weird things 2017-11-06 13:16:09 +01:00
DllEntryPlugin.js use const where applicable in DllEntryPlugin 2017-02-05 10:18:10 +11:00
DllModule.js Refactor weird things 2017-11-06 13:16:09 +01:00
DllModuleFactory.js use const where applicable in DllModuleFactory 2017-02-05 10:18:30 +11:00
DllPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
DllReferencePlugin.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
DynamicEntryPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
EntryModuleNotFoundError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
EntryOptionPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
Entrypoint.js refactor more properties to Sets 2017-11-07 09:17:12 +01:00
EnvironmentPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
ErrorHelpers.js add stack to non-Error error emitted 2017-03-22 13:29:40 +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 Update code style to arrow functions 2017-11-08 11:56:01 +01:00
EvalSourceMapDevToolPlugin.js use const where applicable in EvalSourceMapDevToolPlugin 2017-02-05 10:23:50 +11:00
ExportPropertyMainTemplatePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
ExtendedAPIPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
ExternalModule.js Refactor weird things 2017-11-06 13:16:09 +01:00
ExternalModuleFactoryPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
ExternalsPlugin.js
FlagDependencyExportsPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
FlagDependencyUsagePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
FlagInitialModulesAsUsedPlugin.js move weak into getReference 2017-08-08 09:43:33 +02:00
FunctionModulePlugin.js refactor(es6) upgrade FunctionModulePlugin to ES6 class 2017-01-11 10:28:02 -05:00
FunctionModuleTemplatePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
HashedModuleIdsPlugin.js PR Feedback, adding libIdent to DelegatedModules and ExternalModules, in addition to NormalModules, to support HashedModuleIdsPlugin to while assigning hash based IDs to Modules 2017-05-17 09:49:09 -07:00
HotModuleReplacement.runtime.js remove typo orginalError 2017-09-14 09:21:41 +02:00
HotModuleReplacementPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
HotUpdateChunkTemplate.js Use a Set to store modules in a chunk 2017-05-16 11:50:50 +02:00
IgnorePlugin.js Fix typo in IgnorePlugin 2017-04-25 22:07:43 +02:00
JsonpChunkTemplatePlugin.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
JsonpExportMainTemplatePlugin.js
JsonpHotUpdateChunkTemplatePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
JsonpMainTemplate.runtime.js Merge branch 'master' into next 2017-10-09 17:56:52 +02:00
JsonpMainTemplatePlugin.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
JsonpTemplatePlugin.js refactor(es6) upgrade JsonpTemplatePlugin to ES6 class 2017-01-12 22:53:12 -05:00
LibManifestPlugin.js improve a few issues 2017-05-20 14:54:42 +02:00
LibraryTemplatePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01: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 make things consitent 2017-09-22 14:07:28 +02:00
MemoryOutputFileSystem.js
Module.js Merge branch 'next' into refactor/cleanup-stuff 2017-11-07 09:15:15 +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 Update code style to arrow functions 2017-11-08 11:56:01 +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 Refactor weird things 2017-11-06 13:16:09 +01:00
ModuleTemplate.js do not reassign variable with different values in ModuleTemplate 2017-02-05 10:32:52 +11:00
ModuleWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
MovedToPluginWarningPlugin.js Link documentation to webpack.js.org 2017-02-07 10:07:01 +01:00
MultiCompiler.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
MultiEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
MultiModule.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
MultiModuleFactory.js Update MultiModuleFactory.js 2017-02-21 11:17:24 -08:00
MultiStats.js Merge branch 'master' into refactor-MultiStats 2017-04-05 12:56:26 +02:00
MultiWatching.js changing async to asyncLib 2017-04-05 21:06:23 +08:00
NamedChunksPlugin.js introduce named chunks plugin 2017-03-26 20:30:52 +11:00
NamedModulesPlugin.js
NewWatchingPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01: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 Update code style to arrow functions 2017-11-08 11:56:01 +01:00
NormalModule.js Merge branch 'next' into refactor/sets 2017-11-08 21:28:51 +01:00
NormalModuleFactory.js Update code style to arrow functions 2017-11-08 11:56:01 +01: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 Update code style to arrow functions 2017-11-08 11:56:01 +01:00
Parser.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
ParserHelpers.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
PrefetchPlugin.js
ProgressPlugin.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
ProvidePlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
RawModule.js Refactor weird things 2017-11-06 13:16:09 +01:00
RecordIdsPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
RequestShortener.js fix(sp): spelling mistake in const name 2017-07-06 09:54:50 -05:00
RequireJsStuffPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
RuleSet.js Merge pull request #5936 from webpack/refactor/code-style 2017-11-08 21:26:37 +01:00
SetVarMainTemplatePlugin.js fix: typos and variables/function misuse 2017-04-11 19:43:05 +08: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
SourceMapDevToolPlugin.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
Stats.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
Template.js Update code style to arrow functions 2017-11-08 11:56:01 +01:00
TemplatedPathPlugin.js fixes linting, remove not needed context arguments 2017-11-08 20:49:41 +01:00
UmdMainTemplatePlugin.js Merge branch 'master' into next 2017-10-11 12:42:31 +02:00
UnsupportedFeatureWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
UseStrictPlugin.js use const where applicable in UseStrictPlugin 2017-02-05 12:20:22 +11:00
WarnCaseSensitiveModulesPlugin.js refactor more properties to Sets 2017-11-07 09:17:12 +01:00
WatchIgnorePlugin.js code linting 2017-01-11 12:29:01 +01:00
WebpackError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
WebpackOptionsApply.js rename `pure-module` to `side-effects` 2017-09-14 15:12:36 +02:00
WebpackOptionsDefaulter.js allow boolean values for node and performance 2017-09-06 17:15:03 +02:00
WebpackOptionsValidationError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04: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 Update code style to arrow functions 2017-11-08 11:56:01 +01:00
webpack.web.js remove one line of useless code 2017-07-07 11:16:02 +08:00