@angular/compiler 14.1.3 → 14.2.0-rc.0
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
|
+
* @license Angular v14.2.0-rc.0
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19904,7 +19904,7 @@ function publishFacade(global) {
|
|
|
19904
19904
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19905
19905
|
* found in the LICENSE file at https://angular.io/license
|
|
19906
19906
|
*/
|
|
19907
|
-
const VERSION = new Version('14.
|
|
19907
|
+
const VERSION = new Version('14.2.0-rc.0');
|
|
19908
19908
|
|
|
19909
19909
|
/**
|
|
19910
19910
|
* @license
|
|
@@ -21937,7 +21937,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21937
21937
|
function compileDeclareClassMetadata(metadata) {
|
|
21938
21938
|
const definitionMap = new DefinitionMap();
|
|
21939
21939
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21940
|
-
definitionMap.set('version', literal('14.
|
|
21940
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
21941
21941
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21942
21942
|
definitionMap.set('type', metadata.type);
|
|
21943
21943
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22054,7 +22054,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
22054
22054
|
function createDirectiveDefinitionMap(meta) {
|
|
22055
22055
|
const definitionMap = new DefinitionMap();
|
|
22056
22056
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22057
|
-
definitionMap.set('version', literal('14.
|
|
22057
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
22058
22058
|
// e.g. `type: MyDirective`
|
|
22059
22059
|
definitionMap.set('type', meta.internalType);
|
|
22060
22060
|
if (meta.isStandalone) {
|
|
@@ -22268,7 +22268,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22268
22268
|
function compileDeclareFactoryFunction(meta) {
|
|
22269
22269
|
const definitionMap = new DefinitionMap();
|
|
22270
22270
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22271
|
-
definitionMap.set('version', literal('14.
|
|
22271
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
22272
22272
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22273
22273
|
definitionMap.set('type', meta.internalType);
|
|
22274
22274
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22310,7 +22310,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22310
22310
|
function createInjectableDefinitionMap(meta) {
|
|
22311
22311
|
const definitionMap = new DefinitionMap();
|
|
22312
22312
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22313
|
-
definitionMap.set('version', literal('14.
|
|
22313
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
22314
22314
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22315
22315
|
definitionMap.set('type', meta.internalType);
|
|
22316
22316
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22368,7 +22368,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22368
22368
|
function createInjectorDefinitionMap(meta) {
|
|
22369
22369
|
const definitionMap = new DefinitionMap();
|
|
22370
22370
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22371
|
-
definitionMap.set('version', literal('14.
|
|
22371
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
22372
22372
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22373
22373
|
definitionMap.set('type', meta.internalType);
|
|
22374
22374
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22405,7 +22405,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22405
22405
|
function createNgModuleDefinitionMap(meta) {
|
|
22406
22406
|
const definitionMap = new DefinitionMap();
|
|
22407
22407
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22408
|
-
definitionMap.set('version', literal('14.
|
|
22408
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
22409
22409
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22410
22410
|
definitionMap.set('type', meta.internalType);
|
|
22411
22411
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22463,7 +22463,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22463
22463
|
function createPipeDefinitionMap(meta) {
|
|
22464
22464
|
const definitionMap = new DefinitionMap();
|
|
22465
22465
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22466
|
-
definitionMap.set('version', literal('14.
|
|
22466
|
+
definitionMap.set('version', literal('14.2.0-rc.0'));
|
|
22467
22467
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22468
22468
|
// e.g. `type: MyPipe`
|
|
22469
22469
|
definitionMap.set('type', meta.internalType);
|