@angular/compiler 14.2.12 → 14.3.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.3.0
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19965,7 +19965,7 @@ function publishFacade(global) {
|
|
|
19965
19965
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19966
19966
|
* found in the LICENSE file at https://angular.io/license
|
|
19967
19967
|
*/
|
|
19968
|
-
const VERSION = new Version('14.
|
|
19968
|
+
const VERSION = new Version('14.3.0');
|
|
19969
19969
|
|
|
19970
19970
|
/**
|
|
19971
19971
|
* @license
|
|
@@ -21998,7 +21998,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21998
21998
|
function compileDeclareClassMetadata(metadata) {
|
|
21999
21999
|
const definitionMap = new DefinitionMap();
|
|
22000
22000
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
22001
|
-
definitionMap.set('version', literal('14.
|
|
22001
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22002
22002
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22003
22003
|
definitionMap.set('type', metadata.type);
|
|
22004
22004
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22115,7 +22115,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
22115
22115
|
function createDirectiveDefinitionMap(meta) {
|
|
22116
22116
|
const definitionMap = new DefinitionMap();
|
|
22117
22117
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22118
|
-
definitionMap.set('version', literal('14.
|
|
22118
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22119
22119
|
// e.g. `type: MyDirective`
|
|
22120
22120
|
definitionMap.set('type', meta.internalType);
|
|
22121
22121
|
if (meta.isStandalone) {
|
|
@@ -22329,7 +22329,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22329
22329
|
function compileDeclareFactoryFunction(meta) {
|
|
22330
22330
|
const definitionMap = new DefinitionMap();
|
|
22331
22331
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22332
|
-
definitionMap.set('version', literal('14.
|
|
22332
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22333
22333
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22334
22334
|
definitionMap.set('type', meta.internalType);
|
|
22335
22335
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22371,7 +22371,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22371
22371
|
function createInjectableDefinitionMap(meta) {
|
|
22372
22372
|
const definitionMap = new DefinitionMap();
|
|
22373
22373
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22374
|
-
definitionMap.set('version', literal('14.
|
|
22374
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22375
22375
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22376
22376
|
definitionMap.set('type', meta.internalType);
|
|
22377
22377
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22429,7 +22429,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22429
22429
|
function createInjectorDefinitionMap(meta) {
|
|
22430
22430
|
const definitionMap = new DefinitionMap();
|
|
22431
22431
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22432
|
-
definitionMap.set('version', literal('14.
|
|
22432
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22433
22433
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22434
22434
|
definitionMap.set('type', meta.internalType);
|
|
22435
22435
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22466,7 +22466,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22466
22466
|
function createNgModuleDefinitionMap(meta) {
|
|
22467
22467
|
const definitionMap = new DefinitionMap();
|
|
22468
22468
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22469
|
-
definitionMap.set('version', literal('14.
|
|
22469
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22470
22470
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22471
22471
|
definitionMap.set('type', meta.internalType);
|
|
22472
22472
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22524,7 +22524,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22524
22524
|
function createPipeDefinitionMap(meta) {
|
|
22525
22525
|
const definitionMap = new DefinitionMap();
|
|
22526
22526
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22527
|
-
definitionMap.set('version', literal('14.
|
|
22527
|
+
definitionMap.set('version', literal('14.3.0'));
|
|
22528
22528
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22529
22529
|
// e.g. `type: MyPipe`
|
|
22530
22530
|
definitionMap.set('type', meta.internalType);
|