webpack/lib
Tobias Koppers 2068a816ed
Merge pull request #8684 from xtuc/chore-bump-webassemblyjs18
update webassemblyjs
2019-02-11 18:53:45 +01:00
..
debug Made changes as requested 2018-12-28 08:21:17 -07:00
dependencies added ExportAllDeclaration, fixed fn signature 2019-01-04 08:53:08 -05:00
node Remove a broken hook 2018-12-17 01:23:03 -05:00
optimize Prettify source code 2019-02-05 10:08:45 +01: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 fix(webassembly): add end instructions 2019-02-10 13:44:29 +01:00
web Use document.head instead of getElementsByTagName 2018-12-06 03:00:23 +03: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 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 Cache hasRunstime in chunk 2018-11-30 02:59:26 +03: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 add output.futureEmitAssets 2019-01-17 13:33:27 +01:00
Compiler.js make test for Source.buffer more strict 2019-01-17 15:06:22 +01: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 Merge branch 'master' into marcusdarmstrong-external-module-fix 2018-10-17 16:13:55 +02: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 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 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 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 run prettier on existing code 2018-02-25 02:00:20 +01:00
MainTemplate.js fixes in ContextModule 2019-02-06 17:51:16 +01: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 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 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 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 add getResolve method to loader context 2018-12-03 12:42:28 +01:00
NormalModuleFactory.js Add matchResource feature (for loaders) 2018-06-01 15:37:17 +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 Prettify source code 2019-02-05 10:08:45 +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 Prettify source code 2019-02-05 10:08:45 +01: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 Prettify source code 2019-02-05 10:08:45 +01:00
WebpackOptionsDefaulter.js Prettify source code 2019-02-05 10:08:45 +01:00
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 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