@angular/compiler 19.2.7 → 19.2.8

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