@angular/compiler 20.3.1 → 20.3.2
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.
- package/fesm2022/compiler.mjs +10 -10
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/fesm2022/compiler.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.3.
|
|
2
|
+
* @license Angular v20.3.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -34259,7 +34259,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
|
|
|
34259
34259
|
function compileDeclareClassMetadata(metadata) {
|
|
34260
34260
|
const definitionMap = new DefinitionMap();
|
|
34261
34261
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
34262
|
-
definitionMap.set('version', literal('20.3.
|
|
34262
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34263
34263
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34264
34264
|
definitionMap.set('type', metadata.type);
|
|
34265
34265
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -34277,7 +34277,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
34277
34277
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
|
|
34278
34278
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
|
|
34279
34279
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
34280
|
-
definitionMap.set('version', literal('20.3.
|
|
34280
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34281
34281
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34282
34282
|
definitionMap.set('type', metadata.type);
|
|
34283
34283
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -34372,7 +34372,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
34372
34372
|
const definitionMap = new DefinitionMap();
|
|
34373
34373
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
34374
34374
|
definitionMap.set('minVersion', literal(minVersion));
|
|
34375
|
-
definitionMap.set('version', literal('20.3.
|
|
34375
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34376
34376
|
// e.g. `type: MyDirective`
|
|
34377
34377
|
definitionMap.set('type', meta.type.value);
|
|
34378
34378
|
if (meta.isStandalone !== undefined) {
|
|
@@ -34788,7 +34788,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
34788
34788
|
function compileDeclareFactoryFunction(meta) {
|
|
34789
34789
|
const definitionMap = new DefinitionMap();
|
|
34790
34790
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34791
|
-
definitionMap.set('version', literal('20.3.
|
|
34791
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34792
34792
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34793
34793
|
definitionMap.set('type', meta.type.value);
|
|
34794
34794
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34823,7 +34823,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
34823
34823
|
function createInjectableDefinitionMap(meta) {
|
|
34824
34824
|
const definitionMap = new DefinitionMap();
|
|
34825
34825
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34826
|
-
definitionMap.set('version', literal('20.3.
|
|
34826
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34827
34827
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34828
34828
|
definitionMap.set('type', meta.type.value);
|
|
34829
34829
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34874,7 +34874,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
34874
34874
|
function createInjectorDefinitionMap(meta) {
|
|
34875
34875
|
const definitionMap = new DefinitionMap();
|
|
34876
34876
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34877
|
-
definitionMap.set('version', literal('20.3.
|
|
34877
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34878
34878
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34879
34879
|
definitionMap.set('type', meta.type.value);
|
|
34880
34880
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34907,7 +34907,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
34907
34907
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34908
34908
|
}
|
|
34909
34909
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34910
|
-
definitionMap.set('version', literal('20.3.
|
|
34910
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34911
34911
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34912
34912
|
definitionMap.set('type', meta.type.value);
|
|
34913
34913
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34958,7 +34958,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
34958
34958
|
function createPipeDefinitionMap(meta) {
|
|
34959
34959
|
const definitionMap = new DefinitionMap();
|
|
34960
34960
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34961
|
-
definitionMap.set('version', literal('20.3.
|
|
34961
|
+
definitionMap.set('version', literal('20.3.2'));
|
|
34962
34962
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34963
34963
|
// e.g. `type: MyPipe`
|
|
34964
34964
|
definitionMap.set('type', meta.type.value);
|
|
@@ -35114,7 +35114,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
|
|
|
35114
35114
|
* @description
|
|
35115
35115
|
* Entry point for all public APIs of the compiler package.
|
|
35116
35116
|
*/
|
|
35117
|
-
const VERSION = new Version('20.3.
|
|
35117
|
+
const VERSION = new Version('20.3.2');
|
|
35118
35118
|
|
|
35119
35119
|
//////////////////////////////////////
|
|
35120
35120
|
// THIS FILE HAS GLOBAL SIDE EFFECT //
|