@typescript-eslint/visitor-keys 8.67.1-alpha.2 → 8.67.1-alpha.21
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/CHANGELOG.md +2252 -0
- package/dist/get-keys.js +1 -0
- package/dist/index.js +1 -0
- package/dist/visitor-keys.js +1 -0
- package/package.json +4 -3
package/dist/get-keys.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,3 +5,4 @@ var get_keys_1 = require("./get-keys");
|
|
|
5
5
|
Object.defineProperty(exports, "getKeys", { enumerable: true, get: function () { return get_keys_1.getKeys; } });
|
|
6
6
|
var visitor_keys_1 = require("./visitor-keys");
|
|
7
7
|
Object.defineProperty(exports, "visitorKeys", { enumerable: true, get: function () { return visitor_keys_1.visitorKeys; } });
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
package/dist/visitor-keys.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/visitor-keys",
|
|
3
|
-
"version": "8.67.1-alpha.
|
|
3
|
+
"version": "8.67.1-alpha.21",
|
|
4
4
|
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
+
"!**/*.js.map",
|
|
7
8
|
"!**/*.tsbuildinfo"
|
|
8
9
|
],
|
|
9
10
|
"type": "commonjs",
|
|
@@ -34,8 +35,8 @@
|
|
|
34
35
|
"estree"
|
|
35
36
|
],
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"eslint
|
|
38
|
-
"
|
|
38
|
+
"@typescript-eslint/types": "8.67.1-alpha.21",
|
|
39
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@typescript/native": "npm:typescript@^7.0.2",
|