@typescript-eslint/types
Advanced tools
Comparing version 8.24.2-alpha.1 to 8.24.2-alpha.2
@@ -200,2 +200,1 @@ "use strict"; | ||
})(AST_TOKEN_TYPES || (exports.AST_TOKEN_TYPES = AST_TOKEN_TYPES = {})); | ||
//# sourceMappingURL=ast-spec.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
__exportStar(require("./ts-estree"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,1 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=lib.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=parser-options.js.map |
@@ -38,2 +38,1 @@ "use strict"; | ||
exports.TSESTree = __importStar(require("./generated/ast-spec")); | ||
//# sourceMappingURL=ts-estree.js.map |
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "8.24.2-alpha.1", | ||
"version": "8.24.2-alpha.2", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
"files": [ | ||
"dist", | ||
"!*.tsbuildinfo", | ||
"_ts4.3", | ||
@@ -48,3 +49,3 @@ "package.json", | ||
"lint": "npx nx lint", | ||
"typecheck": "tsc --noEmit" | ||
"check-types": "npx nx typecheck" | ||
}, | ||
@@ -71,3 +72,2 @@ "nx": { | ||
"devDependencies": { | ||
"@jest/types": "29.6.3", | ||
"downlevel-dts": "*", | ||
@@ -74,0 +74,0 @@ "prettier": "^3.2.5", |
5
170995
18