@angular/compiler 15.1.4 → 15.1.5
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.1.
|
|
2
|
+
* @license Angular v15.1.5
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19887,7 +19887,7 @@ function publishFacade(global) {
|
|
|
19887
19887
|
* @description
|
|
19888
19888
|
* Entry point for all public APIs of the compiler package.
|
|
19889
19889
|
*/
|
|
19890
|
-
const VERSION = new Version('15.1.
|
|
19890
|
+
const VERSION = new Version('15.1.5');
|
|
19891
19891
|
|
|
19892
19892
|
class CompilerConfig {
|
|
19893
19893
|
constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, useJit = true, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
|
|
@@ -21812,7 +21812,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21812
21812
|
function compileDeclareClassMetadata(metadata) {
|
|
21813
21813
|
const definitionMap = new DefinitionMap();
|
|
21814
21814
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21815
|
-
definitionMap.set('version', literal('15.1.
|
|
21815
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
21816
21816
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21817
21817
|
definitionMap.set('type', metadata.type);
|
|
21818
21818
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21915,7 +21915,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
21915
21915
|
function createDirectiveDefinitionMap(meta) {
|
|
21916
21916
|
const definitionMap = new DefinitionMap();
|
|
21917
21917
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21918
|
-
definitionMap.set('version', literal('15.1.
|
|
21918
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
21919
21919
|
// e.g. `type: MyDirective`
|
|
21920
21920
|
definitionMap.set('type', meta.internalType);
|
|
21921
21921
|
if (meta.isStandalone) {
|
|
@@ -22140,7 +22140,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22140
22140
|
function compileDeclareFactoryFunction(meta) {
|
|
22141
22141
|
const definitionMap = new DefinitionMap();
|
|
22142
22142
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22143
|
-
definitionMap.set('version', literal('15.1.
|
|
22143
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
22144
22144
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22145
22145
|
definitionMap.set('type', meta.internalType);
|
|
22146
22146
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22175,7 +22175,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22175
22175
|
function createInjectableDefinitionMap(meta) {
|
|
22176
22176
|
const definitionMap = new DefinitionMap();
|
|
22177
22177
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22178
|
-
definitionMap.set('version', literal('15.1.
|
|
22178
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
22179
22179
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22180
22180
|
definitionMap.set('type', meta.internalType);
|
|
22181
22181
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22226,7 +22226,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22226
22226
|
function createInjectorDefinitionMap(meta) {
|
|
22227
22227
|
const definitionMap = new DefinitionMap();
|
|
22228
22228
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22229
|
-
definitionMap.set('version', literal('15.1.
|
|
22229
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
22230
22230
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22231
22231
|
definitionMap.set('type', meta.internalType);
|
|
22232
22232
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22256,7 +22256,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22256
22256
|
function createNgModuleDefinitionMap(meta) {
|
|
22257
22257
|
const definitionMap = new DefinitionMap();
|
|
22258
22258
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22259
|
-
definitionMap.set('version', literal('15.1.
|
|
22259
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
22260
22260
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22261
22261
|
definitionMap.set('type', meta.internalType);
|
|
22262
22262
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22307,7 +22307,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22307
22307
|
function createPipeDefinitionMap(meta) {
|
|
22308
22308
|
const definitionMap = new DefinitionMap();
|
|
22309
22309
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22310
|
-
definitionMap.set('version', literal('15.1.
|
|
22310
|
+
definitionMap.set('version', literal('15.1.5'));
|
|
22311
22311
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22312
22312
|
// e.g. `type: MyPipe`
|
|
22313
22313
|
definitionMap.set('type', meta.internalType);
|