webpack/lib/dependencies
Ivan Kopeykin c09e82fcfe add importMeta to JavascriptParserOptions:
- enable/disable import.meta parsing
- when disabled insert output.importMetaName
2022-01-27 22:54:47 +03:00
..
AMDDefineDependency.js fix incorrect parsing of define functions 2021-02-11 11:18:40 +01:00
AMDDefineDependencyParserPlugin.js fix incorrect parsing of define functions 2021-02-11 11:18:40 +01:00
AMDPlugin.js add commonjsMagicComments options 2021-01-20 20:19:49 +01:00
AMDRequireArrayDependency.js prettier 2020-11-26 10:52:55 +01:00
AMDRequireContextDependency.js
AMDRequireDependenciesBlock.js
AMDRequireDependenciesBlockParserPlugin.js
AMDRequireDependency.js Revert to use ['catch'] directly 2021-11-02 12:52:00 +08:00
AMDRequireItemDependency.js
AMDRuntimeModules.js
CachedConstDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
CommonJsDependencyHelpers.js add support for reexporting in CommonJS 2020-08-17 21:32:47 +02:00
CommonJsExportRequireDependency.js fix some cases where undefined modules are used 2021-09-28 19:11:39 +02:00
CommonJsExportsDependency.js prettier 2020-11-26 10:52:55 +01:00
CommonJsExportsParserPlugin.js pretty files 2021-05-11 09:31:46 +02:00
CommonJsFullRequireDependency.js fix #14662 2021-11-05 17:24:25 +01:00
CommonJsImportsParserPlugin.js attach require with property dependencies to the correct DependenciesBlock 2021-11-13 18:27:35 +01:00
CommonJsPlugin.js pretty files 2021-05-11 09:31:46 +02:00
CommonJsRequireContextDependency.js add comment about serialization 2021-11-02 11:40:26 +01:00
CommonJsRequireDependency.js
CommonJsSelfReferenceDependency.js prettier 2020-11-26 10:52:55 +01:00
ConstDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
ContextDependency.js fix: Right-hand side of 'instanceof' is not callable: CommonJsRequireContextDependency 2021-10-21 16:02:07 +08:00
ContextDependencyHelpers.js pretty files 2021-05-11 09:31:46 +02:00
ContextDependencyTemplateAsId.js
ContextDependencyTemplateAsRequireCall.js fix: Right-hand side of 'instanceof' is not callable: CommonJsRequireContextDependency 2021-10-21 16:02:07 +08:00
ContextElementDependency.js chore: Allow passing a typePrefix to ContextElementDependency 2021-05-31 14:46:38 +03:00
CreateScriptUrlDependency.js fix: cache for CreateScriptUrlDependency 2022-01-12 17:42:22 +03:00
CriticalDependencyWarning.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
CssExportDependency.js add support for :export {} block 2021-12-14 16:21:32 +01:00
CssImportDependency.js resolve todos, nitpicks 2021-12-03 08:47:17 +01:00
CssLocalIdentifierDependency.js add support for `@keyframes`, `animation`, CSS Variables 2021-12-16 20:42:44 +01:00
CssSelfLocalIdentifierDependency.js add support for `@keyframes`, `animation`, CSS Variables 2021-12-16 20:42:44 +01:00
CssUrlDependency.js bugfixes, external assets 2021-12-03 16:23:09 +01:00
DelegatedSourceDependency.js
DllEntryDependency.js
DynamicExports.js add support for reexporting in CommonJS 2020-08-17 21:32:47 +02:00
EntryDependency.js
ExportsInfoDependency.js move responsibility of exports info and connected modules hashing from Dependencies to Module 2021-01-24 21:36:36 +01:00
HarmonyAcceptDependency.js prettier 2020-11-26 10:52:55 +01:00
HarmonyAcceptImportDependency.js prettier 2020-11-26 10:52:55 +01:00
HarmonyCompatibilityDependency.js fix: es5 2021-03-15 14:42:55 +03:00
HarmonyDetectionParserPlugin.js remove obsolete code related to import await 2020-08-14 10:51:07 +02:00
HarmonyExportDependencyParserPlugin.js Fix names of options to match the exported types 2021-11-06 00:01:21 +00:00
HarmonyExportExpressionDependency.js prioritize static reexport over runtime reexport for target determination 2021-04-06 21:36:43 +02:00
HarmonyExportHeaderDependency.js prettier 2020-11-26 10:52:55 +01:00
HarmonyExportImportedSpecifierDependency.js Fix names of options to match the exported types 2021-11-06 00:01:21 +00:00
HarmonyExportInitFragment.js add support for module externals and automatic externals 2021-06-24 16:44:14 +02:00
HarmonyExportSpecifierDependency.js prioritize static reexport over runtime reexport for target determination 2021-04-06 21:36:43 +02:00
HarmonyExports.js
HarmonyImportDependency.js make exportsPresence strict by default in future 2021-11-05 16:13:49 +01:00
HarmonyImportDependencyParserPlugin.js Fix names of options to match the exported types 2021-11-06 00:01:21 +00:00
HarmonyImportSideEffectDependency.js Revert "Revert "Merge pull request #12278 from xtuc/sven/import-assertions"" 2021-07-24 23:28:30 +01:00
HarmonyImportSpecifierDependency.js Fix names of options to match the exported types 2021-11-06 00:01:21 +00:00
HarmonyModulesPlugin.js add commonjsMagicComments options 2021-01-20 20:19:49 +01:00
HarmonyTopLevelThisParserPlugin.js
ImportContextDependency.js
ImportDependency.js pretty files 2021-05-11 09:31:46 +02:00
ImportEagerDependency.js prettier 2020-11-26 10:52:55 +01:00
ImportMetaHotAcceptDependency.js
ImportMetaHotDeclineDependency.js
ImportMetaPlugin.js add importMeta to JavascriptParserOptions: 2022-01-27 22:54:47 +03:00
ImportParserPlugin.js chore: Allow passing a typePrefix to ContextElementDependency 2021-05-31 14:46:38 +03:00
ImportPlugin.js add commonjsMagicComments options 2021-01-20 20:19:49 +01:00
ImportWeakDependency.js prettier 2020-11-26 10:52:55 +01:00
JsonExportsDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
LoaderDependency.js
LoaderImportDependency.js add experimental support for build time execution 2021-04-12 12:27:54 +02:00
LoaderPlugin.js fix callback err type should include null 2021-12-24 20:27:31 +08:00
LocalModule.js
LocalModuleDependency.js prettier 2020-11-26 10:52:55 +01:00
LocalModulesHelpers.js
ModuleDecoratorDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
ModuleDependency.js allow dependencies to select level of propagation 2021-09-27 20:38:08 +02:00
ModuleDependencyTemplateAsId.js
ModuleDependencyTemplateAsRequireId.js
ModuleHotAcceptDependency.js
ModuleHotDeclineDependency.js
NullDependency.js allow dependencies to select level of propagation 2021-09-27 20:38:08 +02:00
PrefetchDependency.js
ProvidedDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
PureExpressionDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
RequireContextDependency.js
RequireContextDependencyParserPlugin.js fix URL nitpicks 2020-09-02 15:09:41 +02:00
RequireContextPlugin.js
RequireEnsureDependenciesBlock.js
RequireEnsureDependenciesBlockParserPlugin.js pretty files 2021-05-11 09:31:46 +02:00
RequireEnsureDependency.js Revert to use ['catch'] directly 2021-11-02 12:52:00 +08:00
RequireEnsureItemDependency.js
RequireEnsurePlugin.js
RequireHeaderDependency.js prettier 2020-11-26 10:52:55 +01:00
RequireIncludeDependency.js prettier 2020-11-26 10:52:55 +01:00
RequireIncludeDependencyParserPlugin.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
RequireIncludePlugin.js
RequireResolveContextDependency.js
RequireResolveDependency.js
RequireResolveHeaderDependency.js prettier 2020-11-26 10:52:55 +01:00
RuntimeRequirementsDependency.js cache computation of values passed for hashing 2021-09-24 14:44:20 +02:00
StaticExportsDependency.js move responsibility of exports info and connected modules hashing from Dependencies to Module 2021-01-24 21:36:36 +01:00
SystemPlugin.js perf: Remove Error.captureStackTrace from all WebpackErrors 2021-06-07 07:15:28 +00:00
SystemRuntimeModule.js
URLDependency.js resolve todos, nitpicks 2021-12-03 08:47:17 +01:00
URLPlugin.js attach require with property dependencies to the correct DependenciesBlock 2021-11-13 18:27:35 +01:00
UnsupportedDependency.js prettier 2020-11-26 10:52:55 +01:00
WebAssemblyExportImportedDependency.js allow dependencies to select level of propagation 2021-09-27 20:38:08 +02:00
WebAssemblyImportDependency.js refactor wasm loading from target into output.wasmLoading option 2020-09-09 11:20:37 +02:00
WebpackIsIncludedDependency.js fix linting 2021-01-15 16:44:20 +01:00
WorkerDependency.js pretty files 2021-05-11 09:31:46 +02:00
WorkerPlugin.js allow to disable runtime chunk per entry via `runtime: false` 2021-07-05 11:32:45 +02:00
getFunctionExpression.js
processExportInfo.js add support for reexporting in CommonJS 2020-08-17 21:32:47 +02:00