@angular/compiler 15.2.5 → 15.2.7
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/esm2020/src/render3/partial/class_metadata.mjs +1 -1
- package/esm2020/src/render3/partial/directive.mjs +1 -1
- package/esm2020/src/render3/partial/factory.mjs +1 -1
- package/esm2020/src/render3/partial/injectable.mjs +1 -1
- package/esm2020/src/render3/partial/injector.mjs +1 -1
- package/esm2020/src/render3/partial/ng_module.mjs +1 -1
- package/esm2020/src/render3/partial/pipe.mjs +1 -1
- package/esm2020/src/version.mjs +1 -1
- package/fesm2015/compiler.mjs +9 -9
- package/fesm2015/compiler.mjs.map +1 -1
- package/fesm2015/testing.mjs +1 -1
- package/fesm2020/compiler.mjs +9 -9
- package/fesm2020/compiler.mjs.map +1 -1
- package/fesm2020/testing.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
- package/testing/index.d.ts +1 -1
package/fesm2015/testing.mjs
CHANGED
package/fesm2020/compiler.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.2.
|
|
2
|
+
* @license Angular v15.2.7
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19871,7 +19871,7 @@ function publishFacade(global) {
|
|
|
19871
19871
|
* @description
|
|
19872
19872
|
* Entry point for all public APIs of the compiler package.
|
|
19873
19873
|
*/
|
|
19874
|
-
const VERSION = new Version('15.2.
|
|
19874
|
+
const VERSION = new Version('15.2.7');
|
|
19875
19875
|
|
|
19876
19876
|
class CompilerConfig {
|
|
19877
19877
|
constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, useJit = true, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
|
|
@@ -21795,7 +21795,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21795
21795
|
function compileDeclareClassMetadata(metadata) {
|
|
21796
21796
|
const definitionMap = new DefinitionMap();
|
|
21797
21797
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21798
|
-
definitionMap.set('version', literal('15.2.
|
|
21798
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
21799
21799
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21800
21800
|
definitionMap.set('type', metadata.type);
|
|
21801
21801
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21898,7 +21898,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
21898
21898
|
function createDirectiveDefinitionMap(meta) {
|
|
21899
21899
|
const definitionMap = new DefinitionMap();
|
|
21900
21900
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21901
|
-
definitionMap.set('version', literal('15.2.
|
|
21901
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
21902
21902
|
// e.g. `type: MyDirective`
|
|
21903
21903
|
definitionMap.set('type', meta.internalType);
|
|
21904
21904
|
if (meta.isStandalone) {
|
|
@@ -22123,7 +22123,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22123
22123
|
function compileDeclareFactoryFunction(meta) {
|
|
22124
22124
|
const definitionMap = new DefinitionMap();
|
|
22125
22125
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22126
|
-
definitionMap.set('version', literal('15.2.
|
|
22126
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
22127
22127
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22128
22128
|
definitionMap.set('type', meta.internalType);
|
|
22129
22129
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22158,7 +22158,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22158
22158
|
function createInjectableDefinitionMap(meta) {
|
|
22159
22159
|
const definitionMap = new DefinitionMap();
|
|
22160
22160
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22161
|
-
definitionMap.set('version', literal('15.2.
|
|
22161
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
22162
22162
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22163
22163
|
definitionMap.set('type', meta.internalType);
|
|
22164
22164
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22209,7 +22209,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22209
22209
|
function createInjectorDefinitionMap(meta) {
|
|
22210
22210
|
const definitionMap = new DefinitionMap();
|
|
22211
22211
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22212
|
-
definitionMap.set('version', literal('15.2.
|
|
22212
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
22213
22213
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22214
22214
|
definitionMap.set('type', meta.internalType);
|
|
22215
22215
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22239,7 +22239,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22239
22239
|
function createNgModuleDefinitionMap(meta) {
|
|
22240
22240
|
const definitionMap = new DefinitionMap();
|
|
22241
22241
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22242
|
-
definitionMap.set('version', literal('15.2.
|
|
22242
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
22243
22243
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22244
22244
|
definitionMap.set('type', meta.internalType);
|
|
22245
22245
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22290,7 +22290,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22290
22290
|
function createPipeDefinitionMap(meta) {
|
|
22291
22291
|
const definitionMap = new DefinitionMap();
|
|
22292
22292
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22293
|
-
definitionMap.set('version', literal('15.2.
|
|
22293
|
+
definitionMap.set('version', literal('15.2.7'));
|
|
22294
22294
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22295
22295
|
// e.g. `type: MyPipe`
|
|
22296
22296
|
definitionMap.set('type', meta.internalType);
|