@angular/compiler 19.1.7 → 19.1.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.1.7
2
+ * @license Angular v19.1.8
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30789,7 +30789,7 @@ function publishFacade(global) {
30789
30789
  * @description
30790
30790
  * Entry point for all public APIs of the compiler package.
30791
30791
  */
30792
- const VERSION = new Version('19.1.7');
30792
+ const VERSION = new Version('19.1.8');
30793
30793
 
30794
30794
  class CompilerConfig {
30795
30795
  defaultEncapsulation;
@@ -32657,7 +32657,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32657
32657
  function compileDeclareClassMetadata(metadata) {
32658
32658
  const definitionMap = new DefinitionMap();
32659
32659
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32660
- definitionMap.set('version', literal('19.1.7'));
32660
+ definitionMap.set('version', literal('19.1.8'));
32661
32661
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32662
32662
  definitionMap.set('type', metadata.type);
32663
32663
  definitionMap.set('decorators', metadata.decorators);
@@ -32675,7 +32675,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32675
32675
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32676
32676
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32677
32677
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32678
- definitionMap.set('version', literal('19.1.7'));
32678
+ definitionMap.set('version', literal('19.1.8'));
32679
32679
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32680
32680
  definitionMap.set('type', metadata.type);
32681
32681
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32770,7 +32770,7 @@ function createDirectiveDefinitionMap(meta) {
32770
32770
  const definitionMap = new DefinitionMap();
32771
32771
  const minVersion = getMinimumVersionForPartialOutput(meta);
32772
32772
  definitionMap.set('minVersion', literal(minVersion));
32773
- definitionMap.set('version', literal('19.1.7'));
32773
+ definitionMap.set('version', literal('19.1.8'));
32774
32774
  // e.g. `type: MyDirective`
32775
32775
  definitionMap.set('type', meta.type.value);
32776
32776
  if (meta.isStandalone !== undefined) {
@@ -33189,7 +33189,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33189
33189
  function compileDeclareFactoryFunction(meta) {
33190
33190
  const definitionMap = new DefinitionMap();
33191
33191
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33192
- definitionMap.set('version', literal('19.1.7'));
33192
+ definitionMap.set('version', literal('19.1.8'));
33193
33193
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33194
33194
  definitionMap.set('type', meta.type.value);
33195
33195
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33224,7 +33224,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33224
33224
  function createInjectableDefinitionMap(meta) {
33225
33225
  const definitionMap = new DefinitionMap();
33226
33226
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33227
- definitionMap.set('version', literal('19.1.7'));
33227
+ definitionMap.set('version', literal('19.1.8'));
33228
33228
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33229
33229
  definitionMap.set('type', meta.type.value);
33230
33230
  // Only generate providedIn property if it has a non-null value
@@ -33275,7 +33275,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33275
33275
  function createInjectorDefinitionMap(meta) {
33276
33276
  const definitionMap = new DefinitionMap();
33277
33277
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33278
- definitionMap.set('version', literal('19.1.7'));
33278
+ definitionMap.set('version', literal('19.1.8'));
33279
33279
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33280
33280
  definitionMap.set('type', meta.type.value);
33281
33281
  definitionMap.set('providers', meta.providers);
@@ -33308,7 +33308,7 @@ function createNgModuleDefinitionMap(meta) {
33308
33308
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33309
33309
  }
33310
33310
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33311
- definitionMap.set('version', literal('19.1.7'));
33311
+ definitionMap.set('version', literal('19.1.8'));
33312
33312
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33313
33313
  definitionMap.set('type', meta.type.value);
33314
33314
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33359,7 +33359,7 @@ function compileDeclarePipeFromMetadata(meta) {
33359
33359
  function createPipeDefinitionMap(meta) {
33360
33360
  const definitionMap = new DefinitionMap();
33361
33361
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33362
- definitionMap.set('version', literal('19.1.7'));
33362
+ definitionMap.set('version', literal('19.1.8'));
33363
33363
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33364
33364
  // e.g. `type: MyPipe`
33365
33365
  definitionMap.set('type', meta.type.value);