@angular/compiler 14.0.0-next.3 → 14.0.0-next.4
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 +1 -1
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.4
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19676,7 +19676,7 @@ function publishFacade(global) {
|
|
|
19676
19676
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19677
19677
|
* found in the LICENSE file at https://angular.io/license
|
|
19678
19678
|
*/
|
|
19679
|
-
const VERSION = new Version('14.0.0-next.
|
|
19679
|
+
const VERSION = new Version('14.0.0-next.4');
|
|
19680
19680
|
|
|
19681
19681
|
/**
|
|
19682
19682
|
* @license
|
|
@@ -21717,7 +21717,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21717
21717
|
function compileDeclareClassMetadata(metadata) {
|
|
21718
21718
|
const definitionMap = new DefinitionMap();
|
|
21719
21719
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21720
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
21720
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
21721
21721
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21722
21722
|
definitionMap.set('type', metadata.type);
|
|
21723
21723
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21834,7 +21834,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
21834
21834
|
function createDirectiveDefinitionMap(meta) {
|
|
21835
21835
|
const definitionMap = new DefinitionMap();
|
|
21836
21836
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21837
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
21837
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
21838
21838
|
// e.g. `type: MyDirective`
|
|
21839
21839
|
definitionMap.set('type', meta.internalType);
|
|
21840
21840
|
// e.g. `selector: 'some-dir'`
|
|
@@ -22055,7 +22055,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22055
22055
|
function compileDeclareFactoryFunction(meta) {
|
|
22056
22056
|
const definitionMap = new DefinitionMap();
|
|
22057
22057
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22058
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22058
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
22059
22059
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22060
22060
|
definitionMap.set('type', meta.internalType);
|
|
22061
22061
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22097,7 +22097,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22097
22097
|
function createInjectableDefinitionMap(meta) {
|
|
22098
22098
|
const definitionMap = new DefinitionMap();
|
|
22099
22099
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22100
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22100
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
22101
22101
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22102
22102
|
definitionMap.set('type', meta.internalType);
|
|
22103
22103
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22155,7 +22155,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22155
22155
|
function createInjectorDefinitionMap(meta) {
|
|
22156
22156
|
const definitionMap = new DefinitionMap();
|
|
22157
22157
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22158
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22158
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
22159
22159
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22160
22160
|
definitionMap.set('type', meta.internalType);
|
|
22161
22161
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22192,7 +22192,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22192
22192
|
function createNgModuleDefinitionMap(meta) {
|
|
22193
22193
|
const definitionMap = new DefinitionMap();
|
|
22194
22194
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22195
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22195
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
22196
22196
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22197
22197
|
definitionMap.set('type', meta.internalType);
|
|
22198
22198
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22250,7 +22250,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22250
22250
|
function createPipeDefinitionMap(meta) {
|
|
22251
22251
|
const definitionMap = new DefinitionMap();
|
|
22252
22252
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22253
|
-
definitionMap.set('version', literal('14.0.0-next.
|
|
22253
|
+
definitionMap.set('version', literal('14.0.0-next.4'));
|
|
22254
22254
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22255
22255
|
// e.g. `type: MyPipe`
|
|
22256
22256
|
definitionMap.set('type', meta.internalType);
|