11
22/**
3- * @license Angular v20.0.0-next.5+sha-2348f26
3+ * @license Angular v20.0.0-next.5+sha-5795e03
44 * Copyright Google LLC All Rights Reserved.
55 * License: MIT
66 */
@@ -34033,7 +34033,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3403334033 function compileDeclareClassMetadata(metadata) {
3403434034 const definitionMap = new DefinitionMap();
3403534035 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
34036- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34036+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3403734037 definitionMap.set('ngImport', importExpr(Identifiers.core));
3403834038 definitionMap.set('type', metadata.type);
3403934039 definitionMap.set('decorators', metadata.decorators);
@@ -34051,7 +34051,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3405134051 callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
3405234052 callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
3405334053 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34054- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34054+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3405534055 definitionMap.set('ngImport', importExpr(Identifiers.core));
3405634056 definitionMap.set('type', metadata.type);
3405734057 definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34160,7 +34160,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3416034160 const definitionMap = new DefinitionMap();
3416134161 const minVersion = getMinimumVersionForPartialOutput(meta);
3416234162 definitionMap.set('minVersion', literal$1(minVersion));
34163- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34163+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3416434164 // e.g. `type: MyDirective`
3416534165 definitionMap.set('type', meta.type.value);
3416634166 if (meta.isStandalone !== undefined) {
@@ -34590,7 +34590,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3459034590 function compileDeclareFactoryFunction(meta) {
3459134591 const definitionMap = new DefinitionMap();
3459234592 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
34593- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34593+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3459434594 definitionMap.set('ngImport', importExpr(Identifiers.core));
3459534595 definitionMap.set('type', meta.type.value);
3459634596 definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34632,7 +34632,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3463234632 function createInjectableDefinitionMap(meta) {
3463334633 const definitionMap = new DefinitionMap();
3463434634 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
34635- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34635+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3463634636 definitionMap.set('ngImport', importExpr(Identifiers.core));
3463734637 definitionMap.set('type', meta.type.value);
3463834638 // Only generate providedIn property if it has a non-null value
@@ -34690,7 +34690,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3469034690 function createInjectorDefinitionMap(meta) {
3469134691 const definitionMap = new DefinitionMap();
3469234692 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
34693- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34693+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3469434694 definitionMap.set('ngImport', importExpr(Identifiers.core));
3469534695 definitionMap.set('type', meta.type.value);
3469634696 definitionMap.set('providers', meta.providers);
@@ -34730,7 +34730,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3473034730 throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
3473134731 }
3473234732 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34733- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34733+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3473434734 definitionMap.set('ngImport', importExpr(Identifiers.core));
3473534735 definitionMap.set('type', meta.type.value);
3473634736 // We only generate the keys in the metadata if the arrays contain values.
@@ -34788,7 +34788,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3478834788 function createPipeDefinitionMap(meta) {
3478934789 const definitionMap = new DefinitionMap();
3479034790 definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34791- definitionMap.set('version', literal$1('20.0.0-next.5+sha-2348f26 '));
34791+ definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03 '));
3479234792 definitionMap.set('ngImport', importExpr(Identifiers.core));
3479334793 // e.g. `type: MyPipe`
3479434794 definitionMap.set('type', meta.type.value);
@@ -34960,7 +34960,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3496034960 * @description
3496134961 * Entry point for all public APIs of the compiler package.
3496234962 */
34963- new Version('20.0.0-next.5+sha-2348f26 ');
34963+ new Version('20.0.0-next.5+sha-5795e03 ');
3496434964
3496534965 /**
3496634966 * @license
@@ -35005,7 +35005,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3500535005 * @description
3500635006 * Entry point for all public APIs of the compiler-cli package.
3500735007 */
35008- new Version('20.0.0-next.5+sha-2348f26 ');
35008+ new Version('20.0.0-next.5+sha-5795e03 ');
3500935009
3501035010 /**
3501135011 * @license
@@ -70444,7 +70444,7 @@ export * from '${relativeEntryPoint}';
7044470444 * @param minVersion Minimum required version for the feature.
7044570445 */
7044670446 function coreVersionSupportsFeature(coreVersion, minVersion) {
70447- // A version of `20.0.0-next.5+sha-2348f26 ` usually means that core is at head so it supports
70447+ // A version of `20.0.0-next.5+sha-5795e03 ` usually means that core is at head so it supports
7044870448 // all features. Use string interpolation prevent the placeholder from being replaced
7044970449 // with the current version during build time.
7045070450 if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
0 commit comments