@angular/compiler 20.3.16 → 20.3.17

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 v20.3.16
2
+ * @license Angular v20.3.17
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -34315,7 +34315,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
34315
34315
  function compileDeclareClassMetadata(metadata) {
34316
34316
  const definitionMap = new DefinitionMap();
34317
34317
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
34318
- definitionMap.set('version', literal('20.3.16'));
34318
+ definitionMap.set('version', literal('20.3.17'));
34319
34319
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34320
34320
  definitionMap.set('type', metadata.type);
34321
34321
  definitionMap.set('decorators', metadata.decorators);
@@ -34333,7 +34333,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
34333
34333
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
34334
34334
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
34335
34335
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34336
- definitionMap.set('version', literal('20.3.16'));
34336
+ definitionMap.set('version', literal('20.3.17'));
34337
34337
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34338
34338
  definitionMap.set('type', metadata.type);
34339
34339
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34428,7 +34428,7 @@ function createDirectiveDefinitionMap(meta) {
34428
34428
  const definitionMap = new DefinitionMap();
34429
34429
  const minVersion = getMinimumVersionForPartialOutput(meta);
34430
34430
  definitionMap.set('minVersion', literal(minVersion));
34431
- definitionMap.set('version', literal('20.3.16'));
34431
+ definitionMap.set('version', literal('20.3.17'));
34432
34432
  // e.g. `type: MyDirective`
34433
34433
  definitionMap.set('type', meta.type.value);
34434
34434
  if (meta.isStandalone !== undefined) {
@@ -34844,7 +34844,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
34844
34844
  function compileDeclareFactoryFunction(meta) {
34845
34845
  const definitionMap = new DefinitionMap();
34846
34846
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
34847
- definitionMap.set('version', literal('20.3.16'));
34847
+ definitionMap.set('version', literal('20.3.17'));
34848
34848
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34849
34849
  definitionMap.set('type', meta.type.value);
34850
34850
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34879,7 +34879,7 @@ function compileDeclareInjectableFromMetadata(meta) {
34879
34879
  function createInjectableDefinitionMap(meta) {
34880
34880
  const definitionMap = new DefinitionMap();
34881
34881
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
34882
- definitionMap.set('version', literal('20.3.16'));
34882
+ definitionMap.set('version', literal('20.3.17'));
34883
34883
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34884
34884
  definitionMap.set('type', meta.type.value);
34885
34885
  // Only generate providedIn property if it has a non-null value
@@ -34930,7 +34930,7 @@ function compileDeclareInjectorFromMetadata(meta) {
34930
34930
  function createInjectorDefinitionMap(meta) {
34931
34931
  const definitionMap = new DefinitionMap();
34932
34932
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
34933
- definitionMap.set('version', literal('20.3.16'));
34933
+ definitionMap.set('version', literal('20.3.17'));
34934
34934
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34935
34935
  definitionMap.set('type', meta.type.value);
34936
34936
  definitionMap.set('providers', meta.providers);
@@ -34963,7 +34963,7 @@ function createNgModuleDefinitionMap(meta) {
34963
34963
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
34964
34964
  }
34965
34965
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
34966
- definitionMap.set('version', literal('20.3.16'));
34966
+ definitionMap.set('version', literal('20.3.17'));
34967
34967
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34968
34968
  definitionMap.set('type', meta.type.value);
34969
34969
  // We only generate the keys in the metadata if the arrays contain values.
@@ -35014,7 +35014,7 @@ function compileDeclarePipeFromMetadata(meta) {
35014
35014
  function createPipeDefinitionMap(meta) {
35015
35015
  const definitionMap = new DefinitionMap();
35016
35016
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
35017
- definitionMap.set('version', literal('20.3.16'));
35017
+ definitionMap.set('version', literal('20.3.17'));
35018
35018
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35019
35019
  // e.g. `type: MyPipe`
35020
35020
  definitionMap.set('type', meta.type.value);
@@ -35170,7 +35170,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
35170
35170
  * @description
35171
35171
  * Entry point for all public APIs of the compiler package.
35172
35172
  */
35173
- const VERSION = new Version('20.3.16');
35173
+ const VERSION = new Version('20.3.17');
35174
35174
 
35175
35175
  //////////////////////////////////////
35176
35176
  // THIS FILE HAS GLOBAL SIDE EFFECT //