@angular/compiler 15.0.0 → 15.1.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/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 v15.0.0
|
|
2
|
+
* @license Angular v15.1.0-next.0
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20334,7 +20334,7 @@ function publishFacade(global) {
|
|
|
20334
20334
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20335
20335
|
* found in the LICENSE file at https://angular.io/license
|
|
20336
20336
|
*/
|
|
20337
|
-
const VERSION = new Version('15.0.0');
|
|
20337
|
+
const VERSION = new Version('15.1.0-next.0');
|
|
20338
20338
|
|
|
20339
20339
|
/**
|
|
20340
20340
|
* @license
|
|
@@ -22366,7 +22366,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
22366
22366
|
function compileDeclareClassMetadata(metadata) {
|
|
22367
22367
|
const definitionMap = new DefinitionMap();
|
|
22368
22368
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
22369
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22369
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22370
22370
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22371
22371
|
definitionMap.set('type', metadata.type);
|
|
22372
22372
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22483,7 +22483,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
22483
22483
|
function createDirectiveDefinitionMap(meta) {
|
|
22484
22484
|
const definitionMap = new DefinitionMap();
|
|
22485
22485
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22486
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22486
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22487
22487
|
// e.g. `type: MyDirective`
|
|
22488
22488
|
definitionMap.set('type', meta.internalType);
|
|
22489
22489
|
if (meta.isStandalone) {
|
|
@@ -22722,7 +22722,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22722
22722
|
function compileDeclareFactoryFunction(meta) {
|
|
22723
22723
|
const definitionMap = new DefinitionMap();
|
|
22724
22724
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22725
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22725
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22726
22726
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22727
22727
|
definitionMap.set('type', meta.internalType);
|
|
22728
22728
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22764,7 +22764,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22764
22764
|
function createInjectableDefinitionMap(meta) {
|
|
22765
22765
|
const definitionMap = new DefinitionMap();
|
|
22766
22766
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22767
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22767
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22768
22768
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22769
22769
|
definitionMap.set('type', meta.internalType);
|
|
22770
22770
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22822,7 +22822,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22822
22822
|
function createInjectorDefinitionMap(meta) {
|
|
22823
22823
|
const definitionMap = new DefinitionMap();
|
|
22824
22824
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22825
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22825
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22826
22826
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22827
22827
|
definitionMap.set('type', meta.internalType);
|
|
22828
22828
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22859,7 +22859,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22859
22859
|
function createNgModuleDefinitionMap(meta) {
|
|
22860
22860
|
const definitionMap = new DefinitionMap();
|
|
22861
22861
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22862
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22862
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22863
22863
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22864
22864
|
definitionMap.set('type', meta.internalType);
|
|
22865
22865
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22917,7 +22917,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22917
22917
|
function createPipeDefinitionMap(meta) {
|
|
22918
22918
|
const definitionMap = new DefinitionMap();
|
|
22919
22919
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22920
|
-
definitionMap.set('version', literal('15.0.0'));
|
|
22920
|
+
definitionMap.set('version', literal('15.1.0-next.0'));
|
|
22921
22921
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22922
22922
|
// e.g. `type: MyPipe`
|
|
22923
22923
|
definitionMap.set('type', meta.internalType);
|