@angular/compiler 15.0.0-next.6 → 15.0.0-rc.1
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.0.0-rc.1
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20287,7 +20287,7 @@ function publishFacade(global) {
|
|
|
20287
20287
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20288
20288
|
* found in the LICENSE file at https://angular.io/license
|
|
20289
20289
|
*/
|
|
20290
|
-
const VERSION = new Version('15.0.0-
|
|
20290
|
+
const VERSION = new Version('15.0.0-rc.1');
|
|
20291
20291
|
|
|
20292
20292
|
/**
|
|
20293
20293
|
* @license
|
|
@@ -22319,7 +22319,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
22319
22319
|
function compileDeclareClassMetadata(metadata) {
|
|
22320
22320
|
const definitionMap = new DefinitionMap();
|
|
22321
22321
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
22322
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22322
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22323
22323
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22324
22324
|
definitionMap.set('type', metadata.type);
|
|
22325
22325
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -22436,7 +22436,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
22436
22436
|
function createDirectiveDefinitionMap(meta) {
|
|
22437
22437
|
const definitionMap = new DefinitionMap();
|
|
22438
22438
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
22439
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22439
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22440
22440
|
// e.g. `type: MyDirective`
|
|
22441
22441
|
definitionMap.set('type', meta.internalType);
|
|
22442
22442
|
if (meta.isStandalone) {
|
|
@@ -22675,7 +22675,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22675
22675
|
function compileDeclareFactoryFunction(meta) {
|
|
22676
22676
|
const definitionMap = new DefinitionMap();
|
|
22677
22677
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22678
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22678
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22679
22679
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22680
22680
|
definitionMap.set('type', meta.internalType);
|
|
22681
22681
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22717,7 +22717,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22717
22717
|
function createInjectableDefinitionMap(meta) {
|
|
22718
22718
|
const definitionMap = new DefinitionMap();
|
|
22719
22719
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22720
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22720
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22721
22721
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22722
22722
|
definitionMap.set('type', meta.internalType);
|
|
22723
22723
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22775,7 +22775,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22775
22775
|
function createInjectorDefinitionMap(meta) {
|
|
22776
22776
|
const definitionMap = new DefinitionMap();
|
|
22777
22777
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22778
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22778
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22779
22779
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22780
22780
|
definitionMap.set('type', meta.internalType);
|
|
22781
22781
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22812,7 +22812,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22812
22812
|
function createNgModuleDefinitionMap(meta) {
|
|
22813
22813
|
const definitionMap = new DefinitionMap();
|
|
22814
22814
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22815
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22815
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22816
22816
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22817
22817
|
definitionMap.set('type', meta.internalType);
|
|
22818
22818
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22870,7 +22870,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22870
22870
|
function createPipeDefinitionMap(meta) {
|
|
22871
22871
|
const definitionMap = new DefinitionMap();
|
|
22872
22872
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22873
|
-
definitionMap.set('version', literal('15.0.0-
|
|
22873
|
+
definitionMap.set('version', literal('15.0.0-rc.1'));
|
|
22874
22874
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22875
22875
|
// e.g. `type: MyPipe`
|
|
22876
22876
|
definitionMap.set('type', meta.internalType);
|