@angular/compiler 19.0.3 → 19.0.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.0.3
2
+ * @license Angular v19.0.4
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30883,7 +30883,7 @@ function publishFacade(global) {
30883
30883
  * @description
30884
30884
  * Entry point for all public APIs of the compiler package.
30885
30885
  */
30886
- const VERSION = new Version('19.0.3');
30886
+ const VERSION = new Version('19.0.4');
30887
30887
 
30888
30888
  class CompilerConfig {
30889
30889
  defaultEncapsulation;
@@ -32735,7 +32735,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32735
32735
  function compileDeclareClassMetadata(metadata) {
32736
32736
  const definitionMap = new DefinitionMap();
32737
32737
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32738
- definitionMap.set('version', literal('19.0.3'));
32738
+ definitionMap.set('version', literal('19.0.4'));
32739
32739
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32740
32740
  definitionMap.set('type', metadata.type);
32741
32741
  definitionMap.set('decorators', metadata.decorators);
@@ -32753,7 +32753,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32753
32753
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32754
32754
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32755
32755
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32756
- definitionMap.set('version', literal('19.0.3'));
32756
+ definitionMap.set('version', literal('19.0.4'));
32757
32757
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32758
32758
  definitionMap.set('type', metadata.type);
32759
32759
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32848,7 +32848,7 @@ function createDirectiveDefinitionMap(meta) {
32848
32848
  const definitionMap = new DefinitionMap();
32849
32849
  const minVersion = getMinimumVersionForPartialOutput(meta);
32850
32850
  definitionMap.set('minVersion', literal(minVersion));
32851
- definitionMap.set('version', literal('19.0.3'));
32851
+ definitionMap.set('version', literal('19.0.4'));
32852
32852
  // e.g. `type: MyDirective`
32853
32853
  definitionMap.set('type', meta.type.value);
32854
32854
  if (meta.isStandalone !== undefined) {
@@ -33267,7 +33267,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33267
33267
  function compileDeclareFactoryFunction(meta) {
33268
33268
  const definitionMap = new DefinitionMap();
33269
33269
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33270
- definitionMap.set('version', literal('19.0.3'));
33270
+ definitionMap.set('version', literal('19.0.4'));
33271
33271
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33272
33272
  definitionMap.set('type', meta.type.value);
33273
33273
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33302,7 +33302,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33302
33302
  function createInjectableDefinitionMap(meta) {
33303
33303
  const definitionMap = new DefinitionMap();
33304
33304
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33305
- definitionMap.set('version', literal('19.0.3'));
33305
+ definitionMap.set('version', literal('19.0.4'));
33306
33306
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33307
33307
  definitionMap.set('type', meta.type.value);
33308
33308
  // Only generate providedIn property if it has a non-null value
@@ -33353,7 +33353,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33353
33353
  function createInjectorDefinitionMap(meta) {
33354
33354
  const definitionMap = new DefinitionMap();
33355
33355
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33356
- definitionMap.set('version', literal('19.0.3'));
33356
+ definitionMap.set('version', literal('19.0.4'));
33357
33357
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33358
33358
  definitionMap.set('type', meta.type.value);
33359
33359
  definitionMap.set('providers', meta.providers);
@@ -33386,7 +33386,7 @@ function createNgModuleDefinitionMap(meta) {
33386
33386
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33387
33387
  }
33388
33388
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33389
- definitionMap.set('version', literal('19.0.3'));
33389
+ definitionMap.set('version', literal('19.0.4'));
33390
33390
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33391
33391
  definitionMap.set('type', meta.type.value);
33392
33392
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33437,7 +33437,7 @@ function compileDeclarePipeFromMetadata(meta) {
33437
33437
  function createPipeDefinitionMap(meta) {
33438
33438
  const definitionMap = new DefinitionMap();
33439
33439
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33440
- definitionMap.set('version', literal('19.0.3'));
33440
+ definitionMap.set('version', literal('19.0.4'));
33441
33441
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33442
33442
  // e.g. `type: MyPipe`
33443
33443
  definitionMap.set('type', meta.type.value);