| .. |
|
AMDDefineDependency.js
|
…
|
|
|
AMDDefineDependencyParserPlugin.js
|
use parser state instead of module to store harmony/dynamic exports state
|
2019-12-07 01:04:38 +01:00 |
|
AMDPlugin.js
|
add presentational dependencies which are cheaper, but allow only templating
|
2019-10-30 07:49:20 +01:00 |
|
AMDRequireArrayDependency.js
|
add presentational dependencies which are cheaper, but allow only templating
|
2019-10-30 07:49:20 +01:00 |
|
AMDRequireContextDependency.js
|
…
|
|
|
AMDRequireDependenciesBlock.js
|
…
|
|
|
AMDRequireDependenciesBlockParserPlugin.js
|
allocate warnings and errors arrays only when needed
|
2019-11-10 21:05:16 +01:00 |
|
AMDRequireDependency.js
|
…
|
|
|
AMDRequireItemDependency.js
|
…
|
|
|
AMDRuntimeModules.js
|
…
|
|
|
CachedConstDependency.js
|
Merge tag 'v4.36.0' into next
|
2019-07-17 16:02:33 +02:00 |
|
CommonJsExportsDependency.js
|
bugfixes
|
2019-12-21 20:32:25 +01:00 |
|
CommonJsExportsParserPlugin.js
|
bugfixes
|
2019-12-21 20:32:25 +01:00 |
|
CommonJsFullRequireDependency.js
|
Refactor how exportsType work
|
2019-12-06 11:13:08 +01:00 |
|
CommonJsImportsParserPlugin.js
|
fix parsing of requires in requires
|
2019-12-23 17:43:41 +01:00 |
|
CommonJsPlugin.js
|
pr comments
|
2019-12-18 16:36:19 +03:00 |
|
CommonJsRequireContextDependency.js
|
…
|
|
|
CommonJsRequireDependency.js
|
…
|
|
|
CommonJsSelfReferenceDependency.js
|
Refactor how exportsType work
|
2019-12-06 11:13:08 +01:00 |
|
ConstDependency.js
|
avoid rewriting source from "module.exports"
|
2019-10-07 11:16:38 +02:00 |
|
ContextDependency.js
|
Reduce memory usage for warnings/errors by avoiding empty arrays
|
2019-08-07 16:14:02 +02:00 |
|
ContextDependencyHelpers.js
|
move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory
|
2019-10-22 09:27:52 +02:00 |
|
ContextDependencyTemplateAsId.js
|
…
|
|
|
ContextDependencyTemplateAsRequireCall.js
|
…
|
|
|
ContextElementDependency.js
|
…
|
|
|
CriticalDependencyWarning.js
|
…
|
|
|
DelegatedSourceDependency.js
|
…
|
|
|
DllEntryDependency.js
|
…
|
|
|
DynamicExports.js
|
use parser state instead of module to store harmony/dynamic exports state
|
2019-12-07 01:04:38 +01:00 |
|
EntryDependency.js
|
…
|
|
|
ExportsInfoDependency.js
|
add `__webpack_exports_info__.usedExports` to get a list of used exports
|
2019-09-03 14:18:13 +02:00 |
|
HarmonyAcceptDependency.js
|
add output.ecmaVersion options to set emitted code style
|
2019-08-26 21:32:29 +02:00 |
|
HarmonyAcceptImportDependency.js
|
no need to serialize weak as already in super class
|
2019-10-30 07:48:28 +01:00 |
|
HarmonyCompatibilityDependency.js
|
add missing runtime requirement for async module header
|
2019-11-19 13:11:23 +01:00 |
|
HarmonyDetectionParserPlugin.js
|
use parser state instead of module to store harmony/dynamic exports state
|
2019-12-07 01:04:38 +01:00 |
|
HarmonyExportDependencyParserPlugin.js
|
decouple inner-graph and parser state
|
2020-01-21 17:36:22 +03:00 |
|
HarmonyExportExpressionDependency.js
|
add output.ecmaVersion options to set emitted code style
|
2019-08-26 21:32:29 +02:00 |
|
HarmonyExportHeaderDependency.js
|
…
|
|
|
HarmonyExportImportedSpecifierDependency.js
|
make order of exports determinism for hashing
|
2019-12-27 21:31:41 +01:00 |
|
HarmonyExportInitFragment.js
|
add output.ecmaVersion options to set emitted code style
|
2019-08-26 21:32:29 +02:00 |
|
HarmonyExportSpecifierDependency.js
|
Merge export getters in a module into single statement
|
2019-08-23 14:07:01 +02:00 |
|
HarmonyExports.js
|
use parser state instead of module to store harmony/dynamic exports state
|
2019-12-07 01:04:38 +01:00 |
|
HarmonyImportDependency.js
|
provide better error message when a export name was not found
|
2020-01-15 22:44:06 +01:00 |
|
HarmonyImportDependencyParserPlugin.js
|
fix pr comments
|
2020-01-21 20:50:27 +03:00 |
|
HarmonyImportSideEffectDependency.js
|
add Dependency.getReferencedExports
|
2019-10-30 07:48:37 +01:00 |
|
HarmonyImportSpecifierDependency.js
|
Refactor how exportsType work
|
2019-12-06 11:13:08 +01:00 |
|
HarmonyModulesPlugin.js
|
NullFactory is not required
|
2019-08-07 16:14:03 +02:00 |
|
HarmonyTopLevelThisParserPlugin.js
|
use parser state instead of module to store harmony/dynamic exports state
|
2019-12-07 01:04:38 +01:00 |
|
ImportContextDependency.js
|
…
|
|
|
ImportDependenciesBlock.js
|
…
|
|
|
ImportDependency.js
|
…
|
|
|
ImportEagerDependency.js
|
…
|
|
|
ImportParserPlugin.js
|
allocate warnings and errors arrays only when needed
|
2019-11-10 21:05:16 +01:00 |
|
ImportPlugin.js
|
…
|
|
|
ImportWeakDependency.js
|
no need to serialize weak as already in super class
|
2019-10-30 07:48:28 +01:00 |
|
JsonExportsDependency.js
|
consistency and bugfixes for reexporting json
|
2019-11-05 10:39:12 +01:00 |
|
LoaderDependency.js
|
…
|
|
|
LoaderPlugin.js
|
detect cycles during this.loadModule from loader
|
2019-12-20 12:50:55 +01:00 |
|
LocalModule.js
|
…
|
|
|
LocalModuleDependency.js
|
…
|
|
|
LocalModulesHelpers.js
|
…
|
|
|
ModuleDecoratorDependency.js
|
Refactor how exportsType work
|
2019-12-06 11:13:08 +01:00 |
|
ModuleDependency.js
|
…
|
|
|
ModuleDependencyTemplateAsId.js
|
…
|
|
|
ModuleDependencyTemplateAsRequireId.js
|
…
|
|
|
ModuleHotAcceptDependency.js
|
no need to serialize weak as already in super class
|
2019-10-30 07:48:28 +01:00 |
|
ModuleHotDeclineDependency.js
|
no need to serialize weak as already in super class
|
2019-10-30 07:48:28 +01:00 |
|
ModuleHotDependency.js
|
…
|
|
|
NullDependency.js
|
add presentational dependencies which are cheaper, but allow only templating
|
2019-10-30 07:49:20 +01:00 |
|
PrefetchDependency.js
|
…
|
|
|
ProvidedDependency.js
|
Merge tag 'v4.36.0' into next
|
2019-07-17 16:02:33 +02:00 |
|
PureExpressionDependency.js
|
add analysis for top level symbols, exports and imports
|
2019-09-03 14:18:40 +02:00 |
|
RequireContextDependency.js
|
…
|
|
|
RequireContextDependencyParserPlugin.js
|
…
|
|
|
RequireContextPlugin.js
|
remove Array.prototype.reduce calls to simplify code
|
2020-01-18 16:37:06 +01:00 |
|
RequireEnsureDependenciesBlock.js
|
…
|
|
|
RequireEnsureDependenciesBlockParserPlugin.js
|
…
|
|
|
RequireEnsureDependency.js
|
…
|
|
|
RequireEnsureItemDependency.js
|
…
|
|
|
RequireEnsurePlugin.js
|
move BasicEvaluatedExpression and JavascriptParserHelpers to javascript directory
|
2019-10-22 09:27:52 +02:00 |
|
RequireHeaderDependency.js
|
…
|
|
|
RequireIncludeDependency.js
|
rename reference exports constants
|
2019-10-30 07:57:55 +01:00 |
|
RequireIncludeDependencyParserPlugin.js
|
allocate warnings and errors arrays only when needed
|
2019-11-10 21:05:16 +01:00 |
|
RequireIncludePlugin.js
|
emit a warning when require.include is used
|
2019-10-22 10:17:34 +02:00 |
|
RequireResolveContextDependency.js
|
…
|
|
|
RequireResolveDependency.js
|
Refactor how exportsType work
|
2019-12-06 11:13:08 +01:00 |
|
RequireResolveHeaderDependency.js
|
…
|
|
|
RuntimeRequirementsDependency.js
|
avoid rewriting source from "module.exports"
|
2019-10-07 11:16:38 +02:00 |
|
StaticExportsDependency.js
|
Merge tag 'v4.36.0' into next
|
2019-07-17 16:02:33 +02:00 |
|
SystemPlugin.js
|
allocate warnings and errors arrays only when needed
|
2019-11-10 21:05:16 +01:00 |
|
SystemRuntimeModule.js
|
…
|
|
|
UnsupportedDependency.js
|
…
|
|
|
WebAssemblyExportImportedDependency.js
|
add Dependency.getReferencedExports
|
2019-10-30 07:48:37 +01:00 |
|
WebAssemblyImportDependency.js
|
add Dependency.getReferencedExports
|
2019-10-30 07:48:37 +01:00 |
|
getFunctionExpression.js
|
…
|
|