@angular/compiler 13.2.0 → 14.0.0-next.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/package.json +1 -1
package/fesm2015/testing.mjs
CHANGED
package/fesm2020/compiler.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular
|
|
2
|
+
* @license Angular v14.0.0-next.0
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19767,7 +19767,7 @@ function publishFacade(global) {
|
|
|
19767
19767
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19768
19768
|
* found in the LICENSE file at https://angular.io/license
|
|
19769
19769
|
*/
|
|
19770
|
-
const VERSION = new Version('
|
|
19770
|
+
const VERSION = new Version('14.0.0-next.0');
|
|
19771
19771
|
|
|
19772
19772
|
/**
|
|
19773
19773
|
* @license
|
|
@@ -21808,7 +21808,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21808
21808
|
function compileDeclareClassMetadata(metadata) {
|
|
21809
21809
|
const definitionMap = new DefinitionMap();
|
|
21810
21810
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21811
|
-
definitionMap.set('version', literal('
|
|
21811
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
21812
21812
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21813
21813
|
definitionMap.set('type', metadata.type);
|
|
21814
21814
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21925,7 +21925,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
21925
21925
|
function createDirectiveDefinitionMap(meta) {
|
|
21926
21926
|
const definitionMap = new DefinitionMap();
|
|
21927
21927
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21928
|
-
definitionMap.set('version', literal('
|
|
21928
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
21929
21929
|
// e.g. `type: MyDirective`
|
|
21930
21930
|
definitionMap.set('type', meta.internalType);
|
|
21931
21931
|
// e.g. `selector: 'some-dir'`
|
|
@@ -22146,7 +22146,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22146
22146
|
function compileDeclareFactoryFunction(meta) {
|
|
22147
22147
|
const definitionMap = new DefinitionMap();
|
|
22148
22148
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22149
|
-
definitionMap.set('version', literal('
|
|
22149
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
22150
22150
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
22151
22151
|
definitionMap.set('type', meta.internalType);
|
|
22152
22152
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22188,7 +22188,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22188
22188
|
function createInjectableDefinitionMap(meta) {
|
|
22189
22189
|
const definitionMap = new DefinitionMap();
|
|
22190
22190
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22191
|
-
definitionMap.set('version', literal('
|
|
22191
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
22192
22192
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
22193
22193
|
definitionMap.set('type', meta.internalType);
|
|
22194
22194
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22246,7 +22246,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22246
22246
|
function createInjectorDefinitionMap(meta) {
|
|
22247
22247
|
const definitionMap = new DefinitionMap();
|
|
22248
22248
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22249
|
-
definitionMap.set('version', literal('
|
|
22249
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
22250
22250
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
22251
22251
|
definitionMap.set('type', meta.internalType);
|
|
22252
22252
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22283,7 +22283,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22283
22283
|
function createNgModuleDefinitionMap(meta) {
|
|
22284
22284
|
const definitionMap = new DefinitionMap();
|
|
22285
22285
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22286
|
-
definitionMap.set('version', literal('
|
|
22286
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
22287
22287
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
22288
22288
|
definitionMap.set('type', meta.internalType);
|
|
22289
22289
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22341,7 +22341,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22341
22341
|
function createPipeDefinitionMap(meta) {
|
|
22342
22342
|
const definitionMap = new DefinitionMap();
|
|
22343
22343
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22344
|
-
definitionMap.set('version', literal('
|
|
22344
|
+
definitionMap.set('version', literal('14.0.0-next.0'));
|
|
22345
22345
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
22346
22346
|
// e.g. `type: MyPipe`
|
|
22347
22347
|
definitionMap.set('type', meta.internalType);
|