@angular/compiler 14.2.7 → 14.2.8
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 v14.2.
|
|
2
|
+
* @license Angular v14.2.8
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19918,7 +19918,7 @@ function publishFacade(global) {
|
|
|
19918
19918
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19919
19919
|
* found in the LICENSE file at https://angular.io/license
|
|
19920
19920
|
*/
|
|
19921
|
-
const VERSION = new Version('14.2.
|
|
19921
|
+
const VERSION = new Version('14.2.8');
|
|
19922
19922
|
|
|
19923
19923
|
/**
|
|
19924
19924
|
* @license
|
|
@@ -21951,7 +21951,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21951
21951
|
function compileDeclareClassMetadata(metadata) {
|
|
21952
21952
|
const definitionMap = new DefinitionMap();
|
|
21953
21953
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21954
|
-
definitionMap.set('version', literal('14.2.
|
|
21954
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
21955
21955
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21956
21956
|
definitionMap.set('type', metadata.type);
|
|
21957
21957
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22068,7 +22068,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
22068
22068
|
function createDirectiveDefinitionMap(meta) {
|
|
22069
22069
|
const definitionMap = new DefinitionMap();
|
|
22070
22070
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22071
|
-
definitionMap.set('version', literal('14.2.
|
|
22071
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
22072
22072
|
// e.g. `type: MyDirective`
|
|
22073
22073
|
definitionMap.set('type', meta.internalType);
|
|
22074
22074
|
if (meta.isStandalone) {
|
|
@@ -22282,7 +22282,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22282
22282
|
function compileDeclareFactoryFunction(meta) {
|
|
22283
22283
|
const definitionMap = new DefinitionMap();
|
|
22284
22284
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22285
|
-
definitionMap.set('version', literal('14.2.
|
|
22285
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
22286
22286
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22287
22287
|
definitionMap.set('type', meta.internalType);
|
|
22288
22288
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22324,7 +22324,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22324
22324
|
function createInjectableDefinitionMap(meta) {
|
|
22325
22325
|
const definitionMap = new DefinitionMap();
|
|
22326
22326
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22327
|
-
definitionMap.set('version', literal('14.2.
|
|
22327
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
22328
22328
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22329
22329
|
definitionMap.set('type', meta.internalType);
|
|
22330
22330
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22382,7 +22382,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22382
22382
|
function createInjectorDefinitionMap(meta) {
|
|
22383
22383
|
const definitionMap = new DefinitionMap();
|
|
22384
22384
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22385
|
-
definitionMap.set('version', literal('14.2.
|
|
22385
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
22386
22386
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22387
22387
|
definitionMap.set('type', meta.internalType);
|
|
22388
22388
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22419,7 +22419,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22419
22419
|
function createNgModuleDefinitionMap(meta) {
|
|
22420
22420
|
const definitionMap = new DefinitionMap();
|
|
22421
22421
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22422
|
-
definitionMap.set('version', literal('14.2.
|
|
22422
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
22423
22423
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22424
22424
|
definitionMap.set('type', meta.internalType);
|
|
22425
22425
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22477,7 +22477,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22477
22477
|
function createPipeDefinitionMap(meta) {
|
|
22478
22478
|
const definitionMap = new DefinitionMap();
|
|
22479
22479
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22480
|
-
definitionMap.set('version', literal('14.2.
|
|
22480
|
+
definitionMap.set('version', literal('14.2.8'));
|
|
22481
22481
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22482
22482
|
// e.g. `type: MyPipe`
|
|
22483
22483
|
definitionMap.set('type', meta.internalType);
|