11/**
2- * @license Angular v18.1.0-next.0+sha-bf8814c
2+ * @license Angular v18.1.0-next.0+sha-356ec65
33 * (c) 2010-2024 Google LLC. https://angular.io/
44 * License: MIT
55 */
@@ -29012,7 +29012,7 @@ function publishFacade(global) {
2901229012 * @description
2901329013 * Entry point for all public APIs of the compiler package.
2901429014 */
29015- const VERSION = new Version('18.1.0-next.0+sha-bf8814c ');
29015+ const VERSION = new Version('18.1.0-next.0+sha-356ec65 ');
2901629016
2901729017class CompilerConfig {
2901829018 constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, preserveWhitespaces, strictInjectionParameters, } = {}) {
@@ -30643,7 +30643,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
3064330643function compileDeclareClassMetadata(metadata) {
3064430644 const definitionMap = new DefinitionMap();
3064530645 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
30646- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
30646+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3064730647 definitionMap.set('ngImport', importExpr(Identifiers.core));
3064830648 definitionMap.set('type', metadata.type);
3064930649 definitionMap.set('decorators', metadata.decorators);
@@ -30661,7 +30661,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
3066130661 callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
3066230662 callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
3066330663 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
30664- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
30664+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3066530665 definitionMap.set('ngImport', importExpr(Identifiers.core));
3066630666 definitionMap.set('type', metadata.type);
3066730667 definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -30756,7 +30756,7 @@ function createDirectiveDefinitionMap(meta) {
3075630756 const definitionMap = new DefinitionMap();
3075730757 const minVersion = getMinimumVersionForPartialOutput(meta);
3075830758 definitionMap.set('minVersion', literal(minVersion));
30759- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
30759+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3076030760 // e.g. `type: MyDirective`
3076130761 definitionMap.set('type', meta.type.value);
3076230762 if (meta.isStandalone) {
@@ -31178,7 +31178,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
3117831178function compileDeclareFactoryFunction(meta) {
3117931179 const definitionMap = new DefinitionMap();
3118031180 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
31181- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
31181+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3118231182 definitionMap.set('ngImport', importExpr(Identifiers.core));
3118331183 definitionMap.set('type', meta.type.value);
3118431184 definitionMap.set('deps', compileDependencies(meta.deps));
@@ -31213,7 +31213,7 @@ function compileDeclareInjectableFromMetadata(meta) {
3121331213function createInjectableDefinitionMap(meta) {
3121431214 const definitionMap = new DefinitionMap();
3121531215 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
31216- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
31216+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3121731217 definitionMap.set('ngImport', importExpr(Identifiers.core));
3121831218 definitionMap.set('type', meta.type.value);
3121931219 // Only generate providedIn property if it has a non-null value
@@ -31264,7 +31264,7 @@ function compileDeclareInjectorFromMetadata(meta) {
3126431264function createInjectorDefinitionMap(meta) {
3126531265 const definitionMap = new DefinitionMap();
3126631266 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
31267- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
31267+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3126831268 definitionMap.set('ngImport', importExpr(Identifiers.core));
3126931269 definitionMap.set('type', meta.type.value);
3127031270 definitionMap.set('providers', meta.providers);
@@ -31297,7 +31297,7 @@ function createNgModuleDefinitionMap(meta) {
3129731297 throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
3129831298 }
3129931299 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
31300- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
31300+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3130131301 definitionMap.set('ngImport', importExpr(Identifiers.core));
3130231302 definitionMap.set('type', meta.type.value);
3130331303 // We only generate the keys in the metadata if the arrays contain values.
@@ -31348,7 +31348,7 @@ function compileDeclarePipeFromMetadata(meta) {
3134831348function createPipeDefinitionMap(meta) {
3134931349 const definitionMap = new DefinitionMap();
3135031350 definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
31351- definitionMap.set('version', literal('18.1.0-next.0+sha-bf8814c '));
31351+ definitionMap.set('version', literal('18.1.0-next.0+sha-356ec65 '));
3135231352 definitionMap.set('ngImport', importExpr(Identifiers.core));
3135331353 // e.g. `type: MyPipe`
3135431354 definitionMap.set('type', meta.type.value);
0 commit comments