@angular-eslint/bundled-angular-compiler 15.2.2-alpha.16 → 15.2.2-alpha.19
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/dist/index.js +9 -9
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.2.
|
|
2
|
+
* @license Angular v15.2.6
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19709,7 +19709,7 @@ function publishFacade(global) {
|
|
|
19709
19709
|
* @description
|
|
19710
19710
|
* Entry point for all public APIs of the compiler package.
|
|
19711
19711
|
*/
|
|
19712
|
-
const VERSION = new Version('15.2.
|
|
19712
|
+
const VERSION = new Version('15.2.6');
|
|
19713
19713
|
|
|
19714
19714
|
class CompilerConfig {
|
|
19715
19715
|
constructor({ defaultEncapsulation = exports.ViewEncapsulation.Emulated, useJit = true, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
|
|
@@ -21635,7 +21635,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21635
21635
|
function compileDeclareClassMetadata(metadata) {
|
|
21636
21636
|
const definitionMap = new DefinitionMap();
|
|
21637
21637
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21638
|
-
definitionMap.set('version', literal('15.2.
|
|
21638
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
21639
21639
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21640
21640
|
definitionMap.set('type', metadata.type);
|
|
21641
21641
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21739,7 +21739,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
21739
21739
|
var _a;
|
|
21740
21740
|
const definitionMap = new DefinitionMap();
|
|
21741
21741
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21742
|
-
definitionMap.set('version', literal('15.2.
|
|
21742
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
21743
21743
|
// e.g. `type: MyDirective`
|
|
21744
21744
|
definitionMap.set('type', meta.internalType);
|
|
21745
21745
|
if (meta.isStandalone) {
|
|
@@ -21961,7 +21961,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
21961
21961
|
function compileDeclareFactoryFunction(meta) {
|
|
21962
21962
|
const definitionMap = new DefinitionMap();
|
|
21963
21963
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
21964
|
-
definitionMap.set('version', literal('15.2.
|
|
21964
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
21965
21965
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21966
21966
|
definitionMap.set('type', meta.internalType);
|
|
21967
21967
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -21996,7 +21996,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
21996
21996
|
function createInjectableDefinitionMap(meta) {
|
|
21997
21997
|
const definitionMap = new DefinitionMap();
|
|
21998
21998
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
21999
|
-
definitionMap.set('version', literal('15.2.
|
|
21999
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
22000
22000
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22001
22001
|
definitionMap.set('type', meta.internalType);
|
|
22002
22002
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22047,7 +22047,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22047
22047
|
function createInjectorDefinitionMap(meta) {
|
|
22048
22048
|
const definitionMap = new DefinitionMap();
|
|
22049
22049
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22050
|
-
definitionMap.set('version', literal('15.2.
|
|
22050
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
22051
22051
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22052
22052
|
definitionMap.set('type', meta.internalType);
|
|
22053
22053
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22077,7 +22077,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22077
22077
|
function createNgModuleDefinitionMap(meta) {
|
|
22078
22078
|
const definitionMap = new DefinitionMap();
|
|
22079
22079
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22080
|
-
definitionMap.set('version', literal('15.2.
|
|
22080
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
22081
22081
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22082
22082
|
definitionMap.set('type', meta.internalType);
|
|
22083
22083
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22128,7 +22128,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22128
22128
|
function createPipeDefinitionMap(meta) {
|
|
22129
22129
|
const definitionMap = new DefinitionMap();
|
|
22130
22130
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22131
|
-
definitionMap.set('version', literal('15.2.
|
|
22131
|
+
definitionMap.set('version', literal('15.2.6'));
|
|
22132
22132
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22133
22133
|
// e.g. `type: MyPipe`
|
|
22134
22134
|
definitionMap.set('type', meta.internalType);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/bundled-angular-compiler",
|
|
3
|
-
"version": "15.2.2-alpha.
|
|
3
|
+
"version": "15.2.2-alpha.19+9a60ba1",
|
|
4
4
|
"description": "A CJS bundled version of @angular/compiler",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"package.json",
|
|
16
16
|
"README.md"
|
|
17
17
|
],
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "9a60ba17d5f141a216473a470a2af20e4a8ef3f3"
|
|
19
19
|
}
|