@angular/compiler 14.0.3 → 14.0.6
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.0.
|
|
2
|
+
* @license Angular v14.0.6
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19891,7 +19891,7 @@ function publishFacade(global) {
|
|
|
19891
19891
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19892
19892
|
* found in the LICENSE file at https://angular.io/license
|
|
19893
19893
|
*/
|
|
19894
|
-
const VERSION = new Version('14.0.
|
|
19894
|
+
const VERSION = new Version('14.0.6');
|
|
19895
19895
|
|
|
19896
19896
|
/**
|
|
19897
19897
|
* @license
|
|
@@ -21924,7 +21924,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21924
21924
|
function compileDeclareClassMetadata(metadata) {
|
|
21925
21925
|
const definitionMap = new DefinitionMap();
|
|
21926
21926
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21927
|
-
definitionMap.set('version', literal('14.0.
|
|
21927
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
21928
21928
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21929
21929
|
definitionMap.set('type', metadata.type);
|
|
21930
21930
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22041,7 +22041,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
22041
22041
|
function createDirectiveDefinitionMap(meta) {
|
|
22042
22042
|
const definitionMap = new DefinitionMap();
|
|
22043
22043
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22044
|
-
definitionMap.set('version', literal('14.0.
|
|
22044
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
22045
22045
|
// e.g. `type: MyDirective`
|
|
22046
22046
|
definitionMap.set('type', meta.internalType);
|
|
22047
22047
|
if (meta.isStandalone) {
|
|
@@ -22255,7 +22255,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22255
22255
|
function compileDeclareFactoryFunction(meta) {
|
|
22256
22256
|
const definitionMap = new DefinitionMap();
|
|
22257
22257
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22258
|
-
definitionMap.set('version', literal('14.0.
|
|
22258
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
22259
22259
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22260
22260
|
definitionMap.set('type', meta.internalType);
|
|
22261
22261
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22297,7 +22297,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22297
22297
|
function createInjectableDefinitionMap(meta) {
|
|
22298
22298
|
const definitionMap = new DefinitionMap();
|
|
22299
22299
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22300
|
-
definitionMap.set('version', literal('14.0.
|
|
22300
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
22301
22301
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22302
22302
|
definitionMap.set('type', meta.internalType);
|
|
22303
22303
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22355,7 +22355,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22355
22355
|
function createInjectorDefinitionMap(meta) {
|
|
22356
22356
|
const definitionMap = new DefinitionMap();
|
|
22357
22357
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22358
|
-
definitionMap.set('version', literal('14.0.
|
|
22358
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
22359
22359
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22360
22360
|
definitionMap.set('type', meta.internalType);
|
|
22361
22361
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22392,7 +22392,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22392
22392
|
function createNgModuleDefinitionMap(meta) {
|
|
22393
22393
|
const definitionMap = new DefinitionMap();
|
|
22394
22394
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22395
|
-
definitionMap.set('version', literal('14.0.
|
|
22395
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
22396
22396
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22397
22397
|
definitionMap.set('type', meta.internalType);
|
|
22398
22398
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22450,7 +22450,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22450
22450
|
function createPipeDefinitionMap(meta) {
|
|
22451
22451
|
const definitionMap = new DefinitionMap();
|
|
22452
22452
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22453
|
-
definitionMap.set('version', literal('14.0.
|
|
22453
|
+
definitionMap.set('version', literal('14.0.6'));
|
|
22454
22454
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22455
22455
|
// e.g. `type: MyPipe`
|
|
22456
22456
|
definitionMap.set('type', meta.internalType);
|