@angular/compiler 19.2.2 → 19.2.4

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.2
2
+ * @license Angular v19.2.4
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30916,7 +30916,7 @@ function publishFacade(global) {
30916
30916
  * @description
30917
30917
  * Entry point for all public APIs of the compiler package.
30918
30918
  */
30919
- const VERSION = new Version('19.2.2');
30919
+ const VERSION = new Version('19.2.4');
30920
30920
 
30921
30921
  class CompilerConfig {
30922
30922
  defaultEncapsulation;
@@ -32784,7 +32784,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32784
32784
  function compileDeclareClassMetadata(metadata) {
32785
32785
  const definitionMap = new DefinitionMap();
32786
32786
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32787
- definitionMap.set('version', literal('19.2.2'));
32787
+ definitionMap.set('version', literal('19.2.4'));
32788
32788
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32789
32789
  definitionMap.set('type', metadata.type);
32790
32790
  definitionMap.set('decorators', metadata.decorators);
@@ -32802,7 +32802,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32802
32802
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32803
32803
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32804
32804
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32805
- definitionMap.set('version', literal('19.2.2'));
32805
+ definitionMap.set('version', literal('19.2.4'));
32806
32806
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32807
32807
  definitionMap.set('type', metadata.type);
32808
32808
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32897,7 +32897,7 @@ function createDirectiveDefinitionMap(meta) {
32897
32897
  const definitionMap = new DefinitionMap();
32898
32898
  const minVersion = getMinimumVersionForPartialOutput(meta);
32899
32899
  definitionMap.set('minVersion', literal(minVersion));
32900
- definitionMap.set('version', literal('19.2.2'));
32900
+ definitionMap.set('version', literal('19.2.4'));
32901
32901
  // e.g. `type: MyDirective`
32902
32902
  definitionMap.set('type', meta.type.value);
32903
32903
  if (meta.isStandalone !== undefined) {
@@ -33313,7 +33313,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33313
33313
  function compileDeclareFactoryFunction(meta) {
33314
33314
  const definitionMap = new DefinitionMap();
33315
33315
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33316
- definitionMap.set('version', literal('19.2.2'));
33316
+ definitionMap.set('version', literal('19.2.4'));
33317
33317
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33318
33318
  definitionMap.set('type', meta.type.value);
33319
33319
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33348,7 +33348,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33348
33348
  function createInjectableDefinitionMap(meta) {
33349
33349
  const definitionMap = new DefinitionMap();
33350
33350
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33351
- definitionMap.set('version', literal('19.2.2'));
33351
+ definitionMap.set('version', literal('19.2.4'));
33352
33352
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33353
33353
  definitionMap.set('type', meta.type.value);
33354
33354
  // Only generate providedIn property if it has a non-null value
@@ -33399,7 +33399,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33399
33399
  function createInjectorDefinitionMap(meta) {
33400
33400
  const definitionMap = new DefinitionMap();
33401
33401
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33402
- definitionMap.set('version', literal('19.2.2'));
33402
+ definitionMap.set('version', literal('19.2.4'));
33403
33403
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33404
33404
  definitionMap.set('type', meta.type.value);
33405
33405
  definitionMap.set('providers', meta.providers);
@@ -33432,7 +33432,7 @@ function createNgModuleDefinitionMap(meta) {
33432
33432
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33433
33433
  }
33434
33434
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33435
- definitionMap.set('version', literal('19.2.2'));
33435
+ definitionMap.set('version', literal('19.2.4'));
33436
33436
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33437
33437
  definitionMap.set('type', meta.type.value);
33438
33438
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33483,7 +33483,7 @@ function compileDeclarePipeFromMetadata(meta) {
33483
33483
  function createPipeDefinitionMap(meta) {
33484
33484
  const definitionMap = new DefinitionMap();
33485
33485
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33486
- definitionMap.set('version', literal('19.2.2'));
33486
+ definitionMap.set('version', literal('19.2.4'));
33487
33487
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33488
33488
  // e.g. `type: MyPipe`
33489
33489
  definitionMap.set('type', meta.type.value);