@angular-eslint/bundled-angular-compiler 14.2.1-alpha.10 → 14.2.1-alpha.13
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 v14.2.
|
|
2
|
+
* @license Angular v14.2.11
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -19746,7 +19746,7 @@ function publishFacade(global) {
|
|
|
19746
19746
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19747
19747
|
* found in the LICENSE file at https://angular.io/license
|
|
19748
19748
|
*/
|
|
19749
|
-
const VERSION = new Version('14.2.
|
|
19749
|
+
const VERSION = new Version('14.2.11');
|
|
19750
19750
|
|
|
19751
19751
|
/**
|
|
19752
19752
|
* @license
|
|
@@ -21773,7 +21773,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
|
|
|
21773
21773
|
function compileDeclareClassMetadata(metadata) {
|
|
21774
21774
|
const definitionMap = new DefinitionMap();
|
|
21775
21775
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21776
|
-
definitionMap.set('version', literal('14.2.
|
|
21776
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
21777
21777
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21778
21778
|
definitionMap.set('type', metadata.type);
|
|
21779
21779
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21890,7 +21890,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
|
|
|
21890
21890
|
function createDirectiveDefinitionMap(meta) {
|
|
21891
21891
|
const definitionMap = new DefinitionMap();
|
|
21892
21892
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21893
|
-
definitionMap.set('version', literal('14.2.
|
|
21893
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
21894
21894
|
// e.g. `type: MyDirective`
|
|
21895
21895
|
definitionMap.set('type', meta.internalType);
|
|
21896
21896
|
if (meta.isStandalone) {
|
|
@@ -22101,7 +22101,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
22101
22101
|
function compileDeclareFactoryFunction(meta) {
|
|
22102
22102
|
const definitionMap = new DefinitionMap();
|
|
22103
22103
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
22104
|
-
definitionMap.set('version', literal('14.2.
|
|
22104
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
22105
22105
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22106
22106
|
definitionMap.set('type', meta.internalType);
|
|
22107
22107
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -22143,7 +22143,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
22143
22143
|
function createInjectableDefinitionMap(meta) {
|
|
22144
22144
|
const definitionMap = new DefinitionMap();
|
|
22145
22145
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
22146
|
-
definitionMap.set('version', literal('14.2.
|
|
22146
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
22147
22147
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22148
22148
|
definitionMap.set('type', meta.internalType);
|
|
22149
22149
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -22201,7 +22201,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
22201
22201
|
function createInjectorDefinitionMap(meta) {
|
|
22202
22202
|
const definitionMap = new DefinitionMap();
|
|
22203
22203
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
22204
|
-
definitionMap.set('version', literal('14.2.
|
|
22204
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
22205
22205
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22206
22206
|
definitionMap.set('type', meta.internalType);
|
|
22207
22207
|
definitionMap.set('providers', meta.providers);
|
|
@@ -22238,7 +22238,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
22238
22238
|
function createNgModuleDefinitionMap(meta) {
|
|
22239
22239
|
const definitionMap = new DefinitionMap();
|
|
22240
22240
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
22241
|
-
definitionMap.set('version', literal('14.2.
|
|
22241
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
22242
22242
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22243
22243
|
definitionMap.set('type', meta.internalType);
|
|
22244
22244
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -22296,7 +22296,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
22296
22296
|
function createPipeDefinitionMap(meta) {
|
|
22297
22297
|
const definitionMap = new DefinitionMap();
|
|
22298
22298
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
22299
|
-
definitionMap.set('version', literal('14.2.
|
|
22299
|
+
definitionMap.set('version', literal('14.2.11'));
|
|
22300
22300
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
22301
22301
|
// e.g. `type: MyPipe`
|
|
22302
22302
|
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": "14.2.1-alpha.
|
|
3
|
+
"version": "14.2.1-alpha.13+6c1eb81",
|
|
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": "6c1eb81522f199ce101516bc670c975dd2a3cc3a"
|
|
19
19
|
}
|