@angular/compiler 19.1.3 → 19.1.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.1.3
2
+ * @license Angular v19.1.4
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30763,7 +30763,7 @@ function publishFacade(global) {
30763
30763
  * @description
30764
30764
  * Entry point for all public APIs of the compiler package.
30765
30765
  */
30766
- const VERSION = new Version('19.1.3');
30766
+ const VERSION = new Version('19.1.4');
30767
30767
 
30768
30768
  class CompilerConfig {
30769
30769
  defaultEncapsulation;
@@ -32619,7 +32619,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32619
32619
  function compileDeclareClassMetadata(metadata) {
32620
32620
  const definitionMap = new DefinitionMap();
32621
32621
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32622
- definitionMap.set('version', literal('19.1.3'));
32622
+ definitionMap.set('version', literal('19.1.4'));
32623
32623
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32624
32624
  definitionMap.set('type', metadata.type);
32625
32625
  definitionMap.set('decorators', metadata.decorators);
@@ -32637,7 +32637,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32637
32637
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32638
32638
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32639
32639
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32640
- definitionMap.set('version', literal('19.1.3'));
32640
+ definitionMap.set('version', literal('19.1.4'));
32641
32641
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32642
32642
  definitionMap.set('type', metadata.type);
32643
32643
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32732,7 +32732,7 @@ function createDirectiveDefinitionMap(meta) {
32732
32732
  const definitionMap = new DefinitionMap();
32733
32733
  const minVersion = getMinimumVersionForPartialOutput(meta);
32734
32734
  definitionMap.set('minVersion', literal(minVersion));
32735
- definitionMap.set('version', literal('19.1.3'));
32735
+ definitionMap.set('version', literal('19.1.4'));
32736
32736
  // e.g. `type: MyDirective`
32737
32737
  definitionMap.set('type', meta.type.value);
32738
32738
  if (meta.isStandalone !== undefined) {
@@ -33151,7 +33151,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33151
33151
  function compileDeclareFactoryFunction(meta) {
33152
33152
  const definitionMap = new DefinitionMap();
33153
33153
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33154
- definitionMap.set('version', literal('19.1.3'));
33154
+ definitionMap.set('version', literal('19.1.4'));
33155
33155
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33156
33156
  definitionMap.set('type', meta.type.value);
33157
33157
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33186,7 +33186,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33186
33186
  function createInjectableDefinitionMap(meta) {
33187
33187
  const definitionMap = new DefinitionMap();
33188
33188
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33189
- definitionMap.set('version', literal('19.1.3'));
33189
+ definitionMap.set('version', literal('19.1.4'));
33190
33190
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33191
33191
  definitionMap.set('type', meta.type.value);
33192
33192
  // Only generate providedIn property if it has a non-null value
@@ -33237,7 +33237,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33237
33237
  function createInjectorDefinitionMap(meta) {
33238
33238
  const definitionMap = new DefinitionMap();
33239
33239
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33240
- definitionMap.set('version', literal('19.1.3'));
33240
+ definitionMap.set('version', literal('19.1.4'));
33241
33241
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33242
33242
  definitionMap.set('type', meta.type.value);
33243
33243
  definitionMap.set('providers', meta.providers);
@@ -33270,7 +33270,7 @@ function createNgModuleDefinitionMap(meta) {
33270
33270
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33271
33271
  }
33272
33272
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33273
- definitionMap.set('version', literal('19.1.3'));
33273
+ definitionMap.set('version', literal('19.1.4'));
33274
33274
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33275
33275
  definitionMap.set('type', meta.type.value);
33276
33276
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33321,7 +33321,7 @@ function compileDeclarePipeFromMetadata(meta) {
33321
33321
  function createPipeDefinitionMap(meta) {
33322
33322
  const definitionMap = new DefinitionMap();
33323
33323
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33324
- definitionMap.set('version', literal('19.1.3'));
33324
+ definitionMap.set('version', literal('19.1.4'));
33325
33325
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33326
33326
  // e.g. `type: MyPipe`
33327
33327
  definitionMap.set('type', meta.type.value);