@angular-eslint/eslint-plugin-template 18.0.0-alpha.4 → 18.0.0-alpha.9
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/processors.d.ts.map +1 -1
- package/dist/processors.js +1 -3
- package/package.json +5 -5
package/dist/processors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"processors.d.ts","sourceRoot":"","sources":["../src/processors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"processors.d.ts","sourceRoot":"","sources":["../src/processors.ts"],"names":[],"mappings":"AAKA;;;;;;;GAOG;AACH,wBAAgB,0CAA0C,CACxD,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,GACf,OAAO,CA2BT;AAED,KAAK,gBAAgB,GAAG,CAAC,MAAM,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC,EAAE,CAAC;AAExE,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,GACf,gBAAgB,CAqJlB;AAED,wBAAgB,wBAAwB,CACtC,wBAAwB,EAAE;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE;QACJ,KAAK,EAAE,MAAM,EAAE,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH,EAAE,EAAE,EACL,QAAQ,EAAE,MAAM,GACf,SAAS,OAAO,EAAE,CAmDpB;;;;;;;;AAED,wBAME"}
|
package/dist/processors.js
CHANGED
|
@@ -5,7 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.postprocessComponentFile = exports.preprocessComponentFile = exports.isFileLikelyToContainComponentDeclarations = void 0;
|
|
7
7
|
const path_1 = require("path");
|
|
8
|
-
const type_utils_1 = require("@typescript-eslint/type-utils");
|
|
9
8
|
const typescript_1 = __importDefault(require("typescript"));
|
|
10
9
|
const rangeMap = new Map();
|
|
11
10
|
/**
|
|
@@ -59,8 +58,7 @@ function preprocessComponentFile(text, filename) {
|
|
|
59
58
|
*/
|
|
60
59
|
const componentDecoratorNodes = [];
|
|
61
60
|
for (const classDeclaration of classDeclarations) {
|
|
62
|
-
|
|
63
|
-
const classDecorators = (0, type_utils_1.getDecorators)(classDeclaration);
|
|
61
|
+
const classDecorators = typescript_1.default.getDecorators(classDeclaration);
|
|
64
62
|
if (!classDecorators) {
|
|
65
63
|
continue;
|
|
66
64
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/eslint-plugin-template",
|
|
3
|
-
"version": "18.0.0-alpha.
|
|
3
|
+
"version": "18.0.0-alpha.9",
|
|
4
4
|
"description": "ESLint plugin for Angular Templates",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@angular-eslint/bundled-angular-compiler": "18.0.0-alpha.
|
|
22
|
-
"@angular-eslint/utils": "18.0.0-alpha.
|
|
23
|
-
"@typescript-eslint/
|
|
24
|
-
"@typescript-eslint/utils": "8.0.0-alpha.16",
|
|
21
|
+
"@angular-eslint/bundled-angular-compiler": "18.0.0-alpha.9",
|
|
22
|
+
"@angular-eslint/utils": "18.0.0-alpha.9",
|
|
23
|
+
"@typescript-eslint/utils": "8.0.0-alpha.17",
|
|
25
24
|
"aria-query": "5.3.0",
|
|
26
25
|
"axobject-query": "4.0.0"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|
|
28
|
+
"@angular-eslint/test-utils": "18.0.0-alpha.9",
|
|
29
29
|
"@types/aria-query": "5.0.4"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|