webpack/lib
Tobias Koppers fd4b3c503a pretty files 2019-06-09 11:23:42 +02:00
..
debug Made changes as requested 2018-12-28 08:21:17 -07:00
dependencies pretty files 2019-06-09 11:23:42 +02:00
node Remove a broken hook 2018-12-17 01:23:03 -05:00
optimize pretty files 2019-06-09 11:23:42 +02:00
performance Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
util Prettify source code 2019-02-05 10:08:45 +01:00
wasm pretty files 2019-06-09 11:23:42 +02:00
web pretty files 2019-06-09 11:23:42 +02:00
webworker hash content of bootstrap code 2018-09-13 23:25:26 +02:00
APIPlugin.js fixes #8829 2019-02-28 09:10:17 +01:00
AmdMainTemplatePlugin.js Prettify source code 2019-02-05 10:08:45 +01:00
AsyncDependenciesBlock.js use correct Hash interface 2018-06-25 16:01:57 +02:00
AsyncDependencyToInitialChunkError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
AutomaticPrefetchPlugin.js Simplify imports 2018-07-09 15:09:00 +02:00
BannerPlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
BasicEvaluatedExpression.js replace prefix/postfix even when equal for wrapped context 2018-11-05 15:17:56 +01:00
CachePlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
CaseSensitiveModulesWarning.js fix typing problem 2018-06-06 18:49:20 +02:00
Chunk.js delay prefetching until all initial code is evaluated 2019-05-10 23:10:32 +02:00
ChunkGroup.js pretty files 2019-06-09 11:23:42 +02:00
ChunkRenderError.js Add typing for ChunkRenderError 2018-05-20 00:22:26 -07:00
ChunkTemplate.js hash content of bootstrap code 2018-09-13 23:25:26 +02:00
CommentCompilationWarning.js Simplify imports 2018-07-09 15:09:00 +02:00
CommonJsStuffPlugin.js fixes #9156 2019-05-22 08:03:44 +02:00
CompatibilityPlugin.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
Compilation.js pretty files 2019-06-09 11:23:42 +02:00
Compiler.js Convert finishModules hook to be an AsyncSeries 2019-04-02 09:25:36 +11:00
ConcurrentCompilationError.js Move concurrent compilation error to separate class 2018-03-13 13:10:42 +03:00
ConstPlugin.js [ConstPlugin] fix bug introduced by evaluation of && and || 2018-10-25 10:43:26 +08:00
ContextExclusionPlugin.js cr 2018-07-12 18:08:06 -07:00
ContextModule.js fixes in ContextModule 2019-02-06 17:51:16 +01:00
ContextModuleFactory.js Add JSDoc types for ContextExclusionPlugin 2018-07-05 08:20:24 +03:00
ContextReplacementPlugin.js Get rid of typeof for checking undefined 2018-08-17 00:49:30 +03:00
DefinePlugin.js pass { module } instead of module 2018-10-31 09:21:03 +01:00
DelegatedModule.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
DelegatedModuleFactoryPlugin.js Add .mjs to default DelegatedModule options.extensions 2018-07-10 11:12:08 +02:00
DelegatedPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
DependenciesBlock.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
DependenciesBlockVariable.js update webpack-sources types and remove second argument 2018-06-29 19:12:33 +02:00
Dependency.js add types and fix incorrect loc type 2018-07-10 18:18:32 +02:00
DllEntryPlugin.js merge DependencyLocation and disallow string locations 2018-06-25 10:44:34 +02:00
DllModule.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
DllModuleFactory.js Destructure 'require' to improve readability 2018-03-22 12:05:58 +01:00
DllPlugin.js Removed unnecessary change on passed object. 2018-10-04 09:49:43 -06:00
DllReferencePlugin.js fix issues with absolutePath, allOf and anyOf 2018-09-21 11:04:36 +02:00
DynamicEntryPlugin.js use types from schema 2018-09-21 11:04:19 +02:00
EntryModuleNotFoundError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
EntryOptionPlugin.js use types from schema 2018-09-21 11:04:19 +02:00
Entrypoint.js make LimitChunkCountPlugin stable 2018-10-19 12:57:27 +02:00
EnvironmentPlugin.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
ErrorHelpers.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
EvalDevToolModulePlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
EvalDevToolModuleTemplatePlugin.js Avoid deopt when cache is set 2018-04-11 09:06:40 +02:00
EvalSourceMapDevToolModuleTemplatePlugin.js More strict linting of jsdocs 2018-05-08 14:53:33 +02:00
EvalSourceMapDevToolPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
ExportPropertyMainTemplatePlugin.js Add typings for various library template plugins 2018-05-09 11:40:55 +02:00
ExtendedAPIPlugin.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
ExternalModule.js Adding support for output libraryTarget 'system'. Resolves #8833. 2019-03-17 08:46:17 -07:00
ExternalModuleFactoryPlugin.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
ExternalsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
FlagDependencyExportsPlugin.js fix a bug which causes incorrect providedExports for cached modules 2018-12-04 09:51:54 +01:00
FlagDependencyUsagePlugin.js add Compilation.getDependencyReference and hooks to override it 2018-06-23 15:13:14 +02:00
FlagInitialModulesAsUsedPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
FunctionModulePlugin.js Use correct function arity 2018-04-04 08:53:58 +02:00
FunctionModuleTemplatePlugin.js fixes #8949 2019-03-24 01:22:52 +01:00
Generator.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
GraphHelpers.js bugfixes and corrections 2018-05-15 15:04:40 +02:00
HarmonyLinkingError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
HashedModuleIdsPlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
HotModuleReplacement.runtime.js fix rejection when removing and readding self-accepted module 2019-05-29 09:28:19 +02:00
HotModuleReplacementPlugin.js add test case by this change 2018-10-30 15:49:48 +08:00
HotUpdateChunk.js add some random types 2018-09-18 09:54:35 +02:00
HotUpdateChunkTemplate.js add a separate class for HotUpdateChunk 2018-04-12 11:42:41 +02:00
IgnorePlugin.js fixes #8538 2018-12-22 13:39:26 +01:00
JavascriptGenerator.js update webpack-sources types and remove second argument 2018-06-29 19:12:33 +02:00
JavascriptModulesPlugin.js hash content of bootstrap code 2018-09-13 23:25:26 +02:00
JsonGenerator.js Prettify source code 2019-02-05 10:08:45 +01:00
JsonModulesPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
JsonParser.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
LibManifestPlugin.js Adding format option for Dll Plugin to get a formatted manifest json. 2018-10-03 09:48:29 -06:00
LibraryTemplatePlugin.js Adding support for output libraryTarget 'system'. Resolves #8833. 2019-03-17 08:46:17 -07:00
LoaderOptionsPlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
LoaderTargetPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
MainTemplate.js pretty files 2019-06-09 11:23:42 +02:00
MemoryOutputFileSystem.js Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js add some missing types for validation 2018-09-18 09:53:27 +02:00
ModuleBuildError.js multi line message when "from" is set 2018-06-05 10:43:10 +02:00
ModuleDependencyError.js finish plugin and tests 2018-06-04 16:23:41 +02:00
ModuleDependencyWarning.js finish plugin and tests 2018-06-04 16:23:41 +02:00
ModuleError.js multi line message when "from" is set 2018-06-05 10:43:10 +02:00
ModuleFilenameHelpers.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
ModuleNotFoundError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
ModuleParseError.js fix splitting of windows newlines 2019-06-04 14:48:46 +02:00
ModuleReason.js add helpful error when importing wasm in initial chunk 2018-07-02 16:18:49 +02:00
ModuleTemplate.js type fixes 2018-06-25 10:09:39 +02:00
ModuleWarning.js multi line message when "from" is set 2018-06-05 10:43:10 +02:00
MultiCompiler.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
MultiEntryPlugin.js merge DependencyLocation and disallow string locations 2018-06-25 10:44:34 +02:00
MultiModule.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
MultiModuleFactory.js Destructure 'require' to improve readability 2018-03-22 12:05:58 +01:00
MultiStats.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
MultiWatching.js Prevent multi compiler from running twice at a time 2018-03-07 13:45:38 +03:00
NamedChunksPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
NamedModulesPlugin.js cr fixes 2018-05-01 14:26:12 +03:00
NoEmitOnErrorsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
NoModeWarning.js mode(warning) update documentation link in warning 2019-04-01 10:56:00 +03:00
NodeStuffPlugin.js fixes #9156 2019-05-22 08:03:44 +02:00
NormalModule.js Merge pull request #9150 from cacheflow/show-loaders-used-when-module-parsing-fails 2019-06-04 23:24:21 +02:00
NormalModuleFactory.js pretty files 2019-06-09 11:23:42 +02:00
NormalModuleReplacementPlugin.js run prettier on existing code 2018-02-25 02:00:20 +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 Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
Parser.js Arrange differently for coverage 2019-04-25 16:09:55 +01:00
ParserHelpers.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
PrefetchPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
ProgressPlugin.js add missing hooks to progress 2018-11-04 10:36:47 +01:00
ProvidePlugin.js fix: disable ProvidePlugin (fixes #7032) 2018-10-31 19:45:34 +08:00
RawModule.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
RecordIdsPlugin.js fixes #7492 2018-06-06 16:37:23 +02:00
RemovedPluginError.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
RequestShortener.js Add matchResource feature (for loaders) 2018-06-01 15:37:17 +02:00
RequireJsStuffPlugin.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
ResolverFactory.js add getResolve method to loader context 2018-12-03 12:42:28 +01:00
RuleSet.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00
RuntimeTemplate.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
SetVarMainTemplatePlugin.js Add typings for various library template plugins 2018-05-09 11:40:55 +02:00
SingleEntryPlugin.js add types and fix incorrect loc type 2018-07-10 18:18:32 +02:00
SizeFormatHelpers.js feat: handle incorrect sizes 2018-03-29 15:28:03 +02:00
SourceMapDevToolModuleOptionsPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
SourceMapDevToolPlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
Stats.js Preset option for errors & warnings only 2019-03-15 13:02:39 +00:00
SystemMainTemplatePlugin.js formating of output code 2019-04-10 13:29:35 +02:00
Template.js add some random types 2018-09-18 09:54:35 +02:00
TemplatedPathPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
UmdMainTemplatePlugin.js Prettify source code 2019-02-05 10:08:45 +01:00
UnsupportedFeatureWarning.js chore(types): add jsdoc types for UnsupportedFeatureWarning class 2018-08-08 11:25:56 -07:00
UseStrictPlugin.js Simplify imports 2018-07-09 15:09:00 +02:00
WarnCaseSensitiveModulesPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
WarnNoModeSetPlugin.js run prettier on existing code 2018-02-25 02:00:20 +01:00
WatchIgnorePlugin.js Prettify source code 2019-02-05 10:08:45 +01:00
Watching.js Merge pull request #8175 from cacheflow/add-tracking-of-removed-files 2018-10-24 10:44:40 +02:00
WebpackError.js fix(lib/WebpackError): make use of nodejs.util.inspect.custom 2019-02-06 22:51:00 +09:00
WebpackOptionsApply.js feat(target): support electron preload async chunk loading 2019-05-25 18:02:00 -07:00
WebpackOptionsDefaulter.js Prettify source code 2019-02-05 10:08:45 +01:00
WebpackOptionsValidationError.js improve validation errors 2019-05-22 13:46:07 +02:00
compareLocations.js merge DependencyLocation and disallow string locations 2018-06-25 10:44:34 +02:00
formatLocation.js add types and fix incorrect loc type 2018-07-10 18:18:32 +02:00
validateSchema.js run prettier on existing code 2018-02-25 02:00:20 +01:00
webpack.js fix parameter missing when plugin type is a funtion 2018-11-26 22:37:08 +08:00
webpack.web.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00