webpack/lib
Tobias Koppers 9fe42e7c40
Merge pull request #8118 from webpack/bugfix/issue-8110
fixes #8110
2018-10-02 16:43:33 +02:00
..
debug use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
dependencies Fix typo 2018-09-21 23:24:18 +02:00
node fix(nodemaintemplate): resolve async chunk path platform agnostic 2018-09-14 11:22:08 -07:00
optimize fixes #8085 2018-09-25 21:52:03 +02:00
performance Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
util Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
wasm hash content of bootstrap code 2018-09-13 23:25:26 +02:00
web Add if statement 2018-10-01 07:52:43 -04:00
webworker hash content of bootstrap code 2018-09-13 23:25:26 +02:00
APIPlugin.js Update prettier toolchain 2018-03-26 16:56:10 +02:00
AmdMainTemplatePlugin.js Use a single options argument for AmdMainTemplatePlugin 2018-09-27 08:01:17 +03: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 Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02: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 add some random types 2018-09-18 09:54:35 +02:00
ChunkGroup.js Merge branch 'master' into enable-noImplicitThis 2018-07-11 08:43:26 +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
CompatibilityPlugin.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
Compilation.js Uncaught exception from renderers 2018-09-21 14:42:25 -04:00
Compiler.js use types from schema 2018-09-21 11:04:19 +02:00
ConcurrentCompilationError.js Move concurrent compilation error to separate class 2018-03-13 13:10:42 +03:00
ConstPlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
ContextExclusionPlugin.js cr 2018-07-12 18:08:06 -07:00
ContextModule.js Merge branch 'master' into enable-noImplicitThis 2018-07-11 08:43:26 +02: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 cr 2018-07-12 18:06:21 -07: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
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 use declarations from schemas in plugins 2018-09-21 11:04:28 +02: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 Simplify imports 2018-07-09 15:09:00 +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
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 Add "amd-require" libraryTarget, resulting in a require() wrapper 2018-09-26 21:46:16 +03:00
ExternalModuleFactoryPlugin.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
ExternalsPlugin.js
FlagDependencyExportsPlugin.js
FlagDependencyUsagePlugin.js add Compilation.getDependencyReference and hooks to override it 2018-06-23 15:13:14 +02:00
FlagInitialModulesAsUsedPlugin.js
FunctionModulePlugin.js Use correct function arity 2018-04-04 08:53:58 +02:00
FunctionModuleTemplatePlugin.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02: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 Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
HotModuleReplacementPlugin.js Formatting - move arguments to the same line 2018-08-01 10:44:39 +02: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 use declarations from schemas in plugins 2018-09-21 11:04:28 +02: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 generate error code when json wasn't parsed 2018-06-25 18:41:29 +02:00
JsonModulesPlugin.js
JsonParser.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
LibManifestPlugin.js Only put entries into the manifest 2018-05-22 13:24:40 +02:00
LibraryTemplatePlugin.js fix output for 'output.library: string[]' configuration 2018-10-01 22:31:26 +03:00
LoaderOptionsPlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
LoaderTargetPlugin.js
MainTemplate.js fixes #8110 2018-10-02 14:52:52 +02:00
MemoryOutputFileSystem.js
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 Cleanup error location and origin information 2018-06-04 10:35: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
NamedModulesPlugin.js cr fixes 2018-05-01 14:26:12 +03:00
NoEmitOnErrorsPlugin.js
NoModeWarning.js chore: prettify files 2018-03-28 15:08:00 +02:00
NodeStuffPlugin.js Handle module.require, require.main.require, and module.parent.require 2018-07-19 13:41:58 -07:00
NormalModule.js run inherit types tool on existing code 2018-07-21 13:50:18 +02:00
NormalModuleFactory.js Add matchResource feature (for loaders) 2018-06-01 15:37:17 +02:00
NormalModuleReplacementPlugin.js
NullFactory.js
OptionsApply.js
OptionsDefaulter.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03:00
Parser.js Enable noImplicitThis TypeScript compiler option 2018-07-05 08:07:46 +03:00
ParserHelpers.js Cleanup error location and origin information 2018-06-04 10:35:46 +02:00
PrefetchPlugin.js
ProgressPlugin.js solving outputing unnecessary spaces 2018-08-28 16:09:21 +08:00
ProvidePlugin.js
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 Destructure 'require' to improve readability 2018-03-22 12:05:58 +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
SourceMapDevToolPlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
Stats.js Get rid typeof undef in all lib 2018-08-21 03:26:50 +03: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 use types from schema 2018-09-21 11:04:19 +02: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
WatchIgnorePlugin.js use declarations from schemas in plugins 2018-09-21 11:04:28 +02:00
Watching.js Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
WebpackError.js Merge branch 'master' into feature/type-compiler-compilation-save 2018-05-30 19:35:36 -07:00
WebpackOptionsApply.js use types from schema 2018-09-21 11:04:19 +02:00
WebpackOptionsDefaulter.js Correctly set the 'browser' value for electron-renderer 2018-09-16 18:30:24 +05:30
WebpackOptionsValidationError.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +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
webpack.js use types from schema 2018-09-21 11:04:19 +02:00
webpack.web.js arrow functions, remove or improve eslint-disable comments 2018-06-27 13:48:13 +02:00