@angular/compiler 20.3.12 → 20.3.13

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.12
2
+ * @license Angular v20.3.13
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -34277,7 +34277,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
34277
34277
  function compileDeclareClassMetadata(metadata) {
34278
34278
  const definitionMap = new DefinitionMap();
34279
34279
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
34280
- definitionMap.set('version', literal('20.3.12'));
34280
+ definitionMap.set('version', literal('20.3.13'));
34281
34281
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34282
34282
  definitionMap.set('type', metadata.type);
34283
34283
  definitionMap.set('decorators', metadata.decorators);
@@ -34295,7 +34295,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
34295
34295
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
34296
34296
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
34297
34297
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34298
- definitionMap.set('version', literal('20.3.12'));
34298
+ definitionMap.set('version', literal('20.3.13'));
34299
34299
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34300
34300
  definitionMap.set('type', metadata.type);
34301
34301
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34390,7 +34390,7 @@ function createDirectiveDefinitionMap(meta) {
34390
34390
  const definitionMap = new DefinitionMap();
34391
34391
  const minVersion = getMinimumVersionForPartialOutput(meta);
34392
34392
  definitionMap.set('minVersion', literal(minVersion));
34393
- definitionMap.set('version', literal('20.3.12'));
34393
+ definitionMap.set('version', literal('20.3.13'));
34394
34394
  // e.g. `type: MyDirective`
34395
34395
  definitionMap.set('type', meta.type.value);
34396
34396
  if (meta.isStandalone !== undefined) {
@@ -34806,7 +34806,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
34806
34806
  function compileDeclareFactoryFunction(meta) {
34807
34807
  const definitionMap = new DefinitionMap();
34808
34808
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
34809
- definitionMap.set('version', literal('20.3.12'));
34809
+ definitionMap.set('version', literal('20.3.13'));
34810
34810
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34811
34811
  definitionMap.set('type', meta.type.value);
34812
34812
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34841,7 +34841,7 @@ function compileDeclareInjectableFromMetadata(meta) {
34841
34841
  function createInjectableDefinitionMap(meta) {
34842
34842
  const definitionMap = new DefinitionMap();
34843
34843
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
34844
- definitionMap.set('version', literal('20.3.12'));
34844
+ definitionMap.set('version', literal('20.3.13'));
34845
34845
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34846
34846
  definitionMap.set('type', meta.type.value);
34847
34847
  // Only generate providedIn property if it has a non-null value
@@ -34892,7 +34892,7 @@ function compileDeclareInjectorFromMetadata(meta) {
34892
34892
  function createInjectorDefinitionMap(meta) {
34893
34893
  const definitionMap = new DefinitionMap();
34894
34894
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
34895
- definitionMap.set('version', literal('20.3.12'));
34895
+ definitionMap.set('version', literal('20.3.13'));
34896
34896
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34897
34897
  definitionMap.set('type', meta.type.value);
34898
34898
  definitionMap.set('providers', meta.providers);
@@ -34925,7 +34925,7 @@ function createNgModuleDefinitionMap(meta) {
34925
34925
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
34926
34926
  }
34927
34927
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
34928
- definitionMap.set('version', literal('20.3.12'));
34928
+ definitionMap.set('version', literal('20.3.13'));
34929
34929
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34930
34930
  definitionMap.set('type', meta.type.value);
34931
34931
  // We only generate the keys in the metadata if the arrays contain values.
@@ -34976,7 +34976,7 @@ function compileDeclarePipeFromMetadata(meta) {
34976
34976
  function createPipeDefinitionMap(meta) {
34977
34977
  const definitionMap = new DefinitionMap();
34978
34978
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
34979
- definitionMap.set('version', literal('20.3.12'));
34979
+ definitionMap.set('version', literal('20.3.13'));
34980
34980
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34981
34981
  // e.g. `type: MyPipe`
34982
34982
  definitionMap.set('type', meta.type.value);
@@ -35132,7 +35132,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
35132
35132
  * @description
35133
35133
  * Entry point for all public APIs of the compiler package.
35134
35134
  */
35135
- const VERSION = new Version('20.3.12');
35135
+ const VERSION = new Version('20.3.13');
35136
35136
 
35137
35137
  //////////////////////////////////////
35138
35138
  // THIS FILE HAS GLOBAL SIDE EFFECT //