@angular/compiler 19.2.10 → 19.2.11

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v19.2.10
2
+ * @license Angular v19.2.11
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30921,7 +30921,7 @@ function publishFacade(global) {
30921
30921
  * @description
30922
30922
  * Entry point for all public APIs of the compiler package.
30923
30923
  */
30924
- const VERSION = new Version('19.2.10');
30924
+ const VERSION = new Version('19.2.11');
30925
30925
 
30926
30926
  class CompilerConfig {
30927
30927
  defaultEncapsulation;
@@ -32789,7 +32789,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32789
32789
  function compileDeclareClassMetadata(metadata) {
32790
32790
  const definitionMap = new DefinitionMap();
32791
32791
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32792
- definitionMap.set('version', literal('19.2.10'));
32792
+ definitionMap.set('version', literal('19.2.11'));
32793
32793
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32794
32794
  definitionMap.set('type', metadata.type);
32795
32795
  definitionMap.set('decorators', metadata.decorators);
@@ -32807,7 +32807,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32807
32807
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32808
32808
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32809
32809
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32810
- definitionMap.set('version', literal('19.2.10'));
32810
+ definitionMap.set('version', literal('19.2.11'));
32811
32811
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32812
32812
  definitionMap.set('type', metadata.type);
32813
32813
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32902,7 +32902,7 @@ function createDirectiveDefinitionMap(meta) {
32902
32902
  const definitionMap = new DefinitionMap();
32903
32903
  const minVersion = getMinimumVersionForPartialOutput(meta);
32904
32904
  definitionMap.set('minVersion', literal(minVersion));
32905
- definitionMap.set('version', literal('19.2.10'));
32905
+ definitionMap.set('version', literal('19.2.11'));
32906
32906
  // e.g. `type: MyDirective`
32907
32907
  definitionMap.set('type', meta.type.value);
32908
32908
  if (meta.isStandalone !== undefined) {
@@ -33318,7 +33318,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33318
33318
  function compileDeclareFactoryFunction(meta) {
33319
33319
  const definitionMap = new DefinitionMap();
33320
33320
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33321
- definitionMap.set('version', literal('19.2.10'));
33321
+ definitionMap.set('version', literal('19.2.11'));
33322
33322
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33323
33323
  definitionMap.set('type', meta.type.value);
33324
33324
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33353,7 +33353,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33353
33353
  function createInjectableDefinitionMap(meta) {
33354
33354
  const definitionMap = new DefinitionMap();
33355
33355
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33356
- definitionMap.set('version', literal('19.2.10'));
33356
+ definitionMap.set('version', literal('19.2.11'));
33357
33357
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33358
33358
  definitionMap.set('type', meta.type.value);
33359
33359
  // Only generate providedIn property if it has a non-null value
@@ -33404,7 +33404,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33404
33404
  function createInjectorDefinitionMap(meta) {
33405
33405
  const definitionMap = new DefinitionMap();
33406
33406
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33407
- definitionMap.set('version', literal('19.2.10'));
33407
+ definitionMap.set('version', literal('19.2.11'));
33408
33408
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33409
33409
  definitionMap.set('type', meta.type.value);
33410
33410
  definitionMap.set('providers', meta.providers);
@@ -33437,7 +33437,7 @@ function createNgModuleDefinitionMap(meta) {
33437
33437
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33438
33438
  }
33439
33439
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33440
- definitionMap.set('version', literal('19.2.10'));
33440
+ definitionMap.set('version', literal('19.2.11'));
33441
33441
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33442
33442
  definitionMap.set('type', meta.type.value);
33443
33443
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33488,7 +33488,7 @@ function compileDeclarePipeFromMetadata(meta) {
33488
33488
  function createPipeDefinitionMap(meta) {
33489
33489
  const definitionMap = new DefinitionMap();
33490
33490
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33491
- definitionMap.set('version', literal('19.2.10'));
33491
+ definitionMap.set('version', literal('19.2.11'));
33492
33492
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33493
33493
  // e.g. `type: MyPipe`
33494
33494
  definitionMap.set('type', meta.type.value);