@angular/compiler 19.2.14 → 19.2.16

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