@angular/compiler 19.2.18 → 19.2.19

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.18
2
+ * @license Angular v19.2.19
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30985,7 +30985,7 @@ function publishFacade(global) {
30985
30985
  * @description
30986
30986
  * Entry point for all public APIs of the compiler package.
30987
30987
  */
30988
- const VERSION = new Version('19.2.18');
30988
+ const VERSION = new Version('19.2.19');
30989
30989
 
30990
30990
  class CompilerConfig {
30991
30991
  defaultEncapsulation;
@@ -32842,7 +32842,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32842
32842
  function compileDeclareClassMetadata(metadata) {
32843
32843
  const definitionMap = new DefinitionMap();
32844
32844
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32845
- definitionMap.set('version', literal('19.2.18'));
32845
+ definitionMap.set('version', literal('19.2.19'));
32846
32846
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32847
32847
  definitionMap.set('type', metadata.type);
32848
32848
  definitionMap.set('decorators', metadata.decorators);
@@ -32860,7 +32860,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32860
32860
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32861
32861
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32862
32862
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32863
- definitionMap.set('version', literal('19.2.18'));
32863
+ definitionMap.set('version', literal('19.2.19'));
32864
32864
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32865
32865
  definitionMap.set('type', metadata.type);
32866
32866
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32955,7 +32955,7 @@ function createDirectiveDefinitionMap(meta) {
32955
32955
  const definitionMap = new DefinitionMap();
32956
32956
  const minVersion = getMinimumVersionForPartialOutput(meta);
32957
32957
  definitionMap.set('minVersion', literal(minVersion));
32958
- definitionMap.set('version', literal('19.2.18'));
32958
+ definitionMap.set('version', literal('19.2.19'));
32959
32959
  // e.g. `type: MyDirective`
32960
32960
  definitionMap.set('type', meta.type.value);
32961
32961
  if (meta.isStandalone !== undefined) {
@@ -33371,7 +33371,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33371
33371
  function compileDeclareFactoryFunction(meta) {
33372
33372
  const definitionMap = new DefinitionMap();
33373
33373
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33374
- definitionMap.set('version', literal('19.2.18'));
33374
+ definitionMap.set('version', literal('19.2.19'));
33375
33375
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33376
33376
  definitionMap.set('type', meta.type.value);
33377
33377
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33406,7 +33406,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33406
33406
  function createInjectableDefinitionMap(meta) {
33407
33407
  const definitionMap = new DefinitionMap();
33408
33408
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33409
- definitionMap.set('version', literal('19.2.18'));
33409
+ definitionMap.set('version', literal('19.2.19'));
33410
33410
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33411
33411
  definitionMap.set('type', meta.type.value);
33412
33412
  // Only generate providedIn property if it has a non-null value
@@ -33457,7 +33457,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33457
33457
  function createInjectorDefinitionMap(meta) {
33458
33458
  const definitionMap = new DefinitionMap();
33459
33459
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33460
- definitionMap.set('version', literal('19.2.18'));
33460
+ definitionMap.set('version', literal('19.2.19'));
33461
33461
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33462
33462
  definitionMap.set('type', meta.type.value);
33463
33463
  definitionMap.set('providers', meta.providers);
@@ -33490,7 +33490,7 @@ function createNgModuleDefinitionMap(meta) {
33490
33490
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33491
33491
  }
33492
33492
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33493
- definitionMap.set('version', literal('19.2.18'));
33493
+ definitionMap.set('version', literal('19.2.19'));
33494
33494
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33495
33495
  definitionMap.set('type', meta.type.value);
33496
33496
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33541,7 +33541,7 @@ function compileDeclarePipeFromMetadata(meta) {
33541
33541
  function createPipeDefinitionMap(meta) {
33542
33542
  const definitionMap = new DefinitionMap();
33543
33543
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33544
- definitionMap.set('version', literal('19.2.18'));
33544
+ definitionMap.set('version', literal('19.2.19'));
33545
33545
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33546
33546
  // e.g. `type: MyPipe`
33547
33547
  definitionMap.set('type', meta.type.value);