@angular/compiler 20.1.5 → 20.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/compiler.mjs +10 -10
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/fesm2022/compiler.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.1.
|
|
2
|
+
* @license Angular v20.1.6
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -33780,7 +33780,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
|
|
|
33780
33780
|
function compileDeclareClassMetadata(metadata) {
|
|
33781
33781
|
const definitionMap = new DefinitionMap();
|
|
33782
33782
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33783
|
-
definitionMap.set('version', literal('20.1.
|
|
33783
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
33784
33784
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33785
33785
|
definitionMap.set('type', metadata.type);
|
|
33786
33786
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33798,7 +33798,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
33798
33798
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
|
|
33799
33799
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
|
|
33800
33800
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
33801
|
-
definitionMap.set('version', literal('20.1.
|
|
33801
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
33802
33802
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33803
33803
|
definitionMap.set('type', metadata.type);
|
|
33804
33804
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -33893,7 +33893,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
33893
33893
|
const definitionMap = new DefinitionMap();
|
|
33894
33894
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33895
33895
|
definitionMap.set('minVersion', literal(minVersion));
|
|
33896
|
-
definitionMap.set('version', literal('20.1.
|
|
33896
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
33897
33897
|
// e.g. `type: MyDirective`
|
|
33898
33898
|
definitionMap.set('type', meta.type.value);
|
|
33899
33899
|
if (meta.isStandalone !== undefined) {
|
|
@@ -34309,7 +34309,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
34309
34309
|
function compileDeclareFactoryFunction(meta) {
|
|
34310
34310
|
const definitionMap = new DefinitionMap();
|
|
34311
34311
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34312
|
-
definitionMap.set('version', literal('20.1.
|
|
34312
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
34313
34313
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34314
34314
|
definitionMap.set('type', meta.type.value);
|
|
34315
34315
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34344,7 +34344,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
34344
34344
|
function createInjectableDefinitionMap(meta) {
|
|
34345
34345
|
const definitionMap = new DefinitionMap();
|
|
34346
34346
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34347
|
-
definitionMap.set('version', literal('20.1.
|
|
34347
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
34348
34348
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34349
34349
|
definitionMap.set('type', meta.type.value);
|
|
34350
34350
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34395,7 +34395,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
34395
34395
|
function createInjectorDefinitionMap(meta) {
|
|
34396
34396
|
const definitionMap = new DefinitionMap();
|
|
34397
34397
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34398
|
-
definitionMap.set('version', literal('20.1.
|
|
34398
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
34399
34399
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34400
34400
|
definitionMap.set('type', meta.type.value);
|
|
34401
34401
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34428,7 +34428,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
34428
34428
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34429
34429
|
}
|
|
34430
34430
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34431
|
-
definitionMap.set('version', literal('20.1.
|
|
34431
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
34432
34432
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34433
34433
|
definitionMap.set('type', meta.type.value);
|
|
34434
34434
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34479,7 +34479,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
34479
34479
|
function createPipeDefinitionMap(meta) {
|
|
34480
34480
|
const definitionMap = new DefinitionMap();
|
|
34481
34481
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34482
|
-
definitionMap.set('version', literal('20.1.
|
|
34482
|
+
definitionMap.set('version', literal('20.1.6'));
|
|
34483
34483
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34484
34484
|
// e.g. `type: MyPipe`
|
|
34485
34485
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34635,7 +34635,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
|
|
|
34635
34635
|
* @description
|
|
34636
34636
|
* Entry point for all public APIs of the compiler package.
|
|
34637
34637
|
*/
|
|
34638
|
-
const VERSION = new Version('20.1.
|
|
34638
|
+
const VERSION = new Version('20.1.6');
|
|
34639
34639
|
|
|
34640
34640
|
//////////////////////////////////////
|
|
34641
34641
|
// THIS FILE HAS GLOBAL SIDE EFFECT //
|