@angular/compiler 14.0.0-next.6 → 14.0.0-next.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/package.json +2 -2
package/fesm2015/testing.mjs
CHANGED
package/fesm2020/compiler.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v14.0.0-next.
|
|
2
|
+
* @license Angular v14.0.0-next.7
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19714,7 +19714,7 @@ function publishFacade(global) {
|
|
|
19714
19714
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19715
19715
|
* found in the LICENSE file at https://angular.io/license
|
|
19716
19716
|
*/
|
|
19717
|
-
const VERSION = new Version('14.0.0-next.
|
|
19717
|
+
const VERSION = new Version('14.0.0-next.7');
|
|
19718
19718
|
|
|
19719
19719
|
/**
|
|
19720
19720
|
* @license
|
|
@@ -21755,7 +21755,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21755
21755
|
function compileDeclareClassMetadata(metadata) {
|
|
21756
21756
|
const definitionMap = new DefinitionMap();
|
|
21757
21757
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21758
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
21758
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
21759
21759
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21760
21760
|
definitionMap.set('type', metadata.type);
|
|
21761
21761
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21872,7 +21872,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
21872
21872
|
function createDirectiveDefinitionMap(meta) {
|
|
21873
21873
|
const definitionMap = new DefinitionMap();
|
|
21874
21874
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21875
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
21875
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
21876
21876
|
// e.g. `type: MyDirective`
|
|
21877
21877
|
definitionMap.set('type', meta.internalType);
|
|
21878
21878
|
// e.g. `selector: 'some-dir'`
|
|
@@ -22093,7 +22093,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22093
22093
|
function compileDeclareFactoryFunction(meta) {
|
|
22094
22094
|
const definitionMap = new DefinitionMap();
|
|
22095
22095
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22096
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22096
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
22097
22097
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22098
22098
|
definitionMap.set('type', meta.internalType);
|
|
22099
22099
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22135,7 +22135,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22135
22135
|
function createInjectableDefinitionMap(meta) {
|
|
22136
22136
|
const definitionMap = new DefinitionMap();
|
|
22137
22137
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22138
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22138
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
22139
22139
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22140
22140
|
definitionMap.set('type', meta.internalType);
|
|
22141
22141
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22193,7 +22193,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22193
22193
|
function createInjectorDefinitionMap(meta) {
|
|
22194
22194
|
const definitionMap = new DefinitionMap();
|
|
22195
22195
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22196
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22196
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
22197
22197
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22198
22198
|
definitionMap.set('type', meta.internalType);
|
|
22199
22199
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22230,7 +22230,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22230
22230
|
function createNgModuleDefinitionMap(meta) {
|
|
22231
22231
|
const definitionMap = new DefinitionMap();
|
|
22232
22232
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22233
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22233
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
22234
22234
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22235
22235
|
definitionMap.set('type', meta.internalType);
|
|
22236
22236
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22288,7 +22288,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22288
22288
|
function createPipeDefinitionMap(meta) {
|
|
22289
22289
|
const definitionMap = new DefinitionMap();
|
|
22290
22290
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22291
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22291
|
+
definitionMap.set('version', literal('14.0.0-next.7'));
|
|
22292
22292
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22293
22293
|
// e.g. `type: MyPipe`
|
|
22294
22294
|
definitionMap.set('type', meta.internalType);
|