@typescript-eslint/visitor-keys 8.29.2-alpha.0 → 8.29.2-alpha.2
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/visitor-keys",
|
|
3
|
-
"version": "8.29.2-alpha.
|
|
3
|
+
"version": "8.29.2-alpha.2",
|
|
4
4
|
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
"build": "tsc -b tsconfig.build.json",
|
|
42
42
|
"postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3",
|
|
43
43
|
"clean": "tsc -b tsconfig.build.json --clean",
|
|
44
|
-
"postclean": "rimraf dist
|
|
44
|
+
"postclean": "rimraf dist/ _ts4.3/ coverage/",
|
|
45
45
|
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
|
|
46
46
|
"lint": "npx nx lint",
|
|
47
|
-
"test": "
|
|
47
|
+
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
|
|
48
48
|
"check-types": "npx nx typecheck"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@typescript-eslint/types": "8.29.2-alpha.
|
|
51
|
+
"@typescript-eslint/types": "8.29.2-alpha.2",
|
|
52
52
|
"eslint-visitor-keys": "^4.2.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@
|
|
55
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
56
56
|
"downlevel-dts": "*",
|
|
57
|
-
"jest": "29.7.0",
|
|
58
57
|
"prettier": "^3.2.5",
|
|
59
58
|
"rimraf": "*",
|
|
60
|
-
"typescript": "*"
|
|
59
|
+
"typescript": "*",
|
|
60
|
+
"vitest": "^3.1.1"
|
|
61
61
|
},
|
|
62
62
|
"funding": {
|
|
63
63
|
"type": "opencollective",
|