@angular/compiler 19.2.12 → 19.2.13

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.12
2
+ * @license Angular v19.2.13
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30949,7 +30949,7 @@ function publishFacade(global) {
30949
30949
  * @description
30950
30950
  * Entry point for all public APIs of the compiler package.
30951
30951
  */
30952
- const VERSION = new Version('19.2.12');
30952
+ const VERSION = new Version('19.2.13');
30953
30953
 
30954
30954
  class CompilerConfig {
30955
30955
  defaultEncapsulation;
@@ -32806,7 +32806,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32806
32806
  function compileDeclareClassMetadata(metadata) {
32807
32807
  const definitionMap = new DefinitionMap();
32808
32808
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32809
- definitionMap.set('version', literal('19.2.12'));
32809
+ definitionMap.set('version', literal('19.2.13'));
32810
32810
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32811
32811
  definitionMap.set('type', metadata.type);
32812
32812
  definitionMap.set('decorators', metadata.decorators);
@@ -32824,7 +32824,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32824
32824
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32825
32825
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32826
32826
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32827
- definitionMap.set('version', literal('19.2.12'));
32827
+ definitionMap.set('version', literal('19.2.13'));
32828
32828
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32829
32829
  definitionMap.set('type', metadata.type);
32830
32830
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32919,7 +32919,7 @@ function createDirectiveDefinitionMap(meta) {
32919
32919
  const definitionMap = new DefinitionMap();
32920
32920
  const minVersion = getMinimumVersionForPartialOutput(meta);
32921
32921
  definitionMap.set('minVersion', literal(minVersion));
32922
- definitionMap.set('version', literal('19.2.12'));
32922
+ definitionMap.set('version', literal('19.2.13'));
32923
32923
  // e.g. `type: MyDirective`
32924
32924
  definitionMap.set('type', meta.type.value);
32925
32925
  if (meta.isStandalone !== undefined) {
@@ -33335,7 +33335,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33335
33335
  function compileDeclareFactoryFunction(meta) {
33336
33336
  const definitionMap = new DefinitionMap();
33337
33337
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33338
- definitionMap.set('version', literal('19.2.12'));
33338
+ definitionMap.set('version', literal('19.2.13'));
33339
33339
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33340
33340
  definitionMap.set('type', meta.type.value);
33341
33341
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33370,7 +33370,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33370
33370
  function createInjectableDefinitionMap(meta) {
33371
33371
  const definitionMap = new DefinitionMap();
33372
33372
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33373
- definitionMap.set('version', literal('19.2.12'));
33373
+ definitionMap.set('version', literal('19.2.13'));
33374
33374
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33375
33375
  definitionMap.set('type', meta.type.value);
33376
33376
  // Only generate providedIn property if it has a non-null value
@@ -33421,7 +33421,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33421
33421
  function createInjectorDefinitionMap(meta) {
33422
33422
  const definitionMap = new DefinitionMap();
33423
33423
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33424
- definitionMap.set('version', literal('19.2.12'));
33424
+ definitionMap.set('version', literal('19.2.13'));
33425
33425
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33426
33426
  definitionMap.set('type', meta.type.value);
33427
33427
  definitionMap.set('providers', meta.providers);
@@ -33454,7 +33454,7 @@ function createNgModuleDefinitionMap(meta) {
33454
33454
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33455
33455
  }
33456
33456
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33457
- definitionMap.set('version', literal('19.2.12'));
33457
+ definitionMap.set('version', literal('19.2.13'));
33458
33458
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33459
33459
  definitionMap.set('type', meta.type.value);
33460
33460
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33505,7 +33505,7 @@ function compileDeclarePipeFromMetadata(meta) {
33505
33505
  function createPipeDefinitionMap(meta) {
33506
33506
  const definitionMap = new DefinitionMap();
33507
33507
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33508
- definitionMap.set('version', literal('19.2.12'));
33508
+ definitionMap.set('version', literal('19.2.13'));
33509
33509
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33510
33510
  // e.g. `type: MyPipe`
33511
33511
  definitionMap.set('type', meta.type.value);