@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/dist/get-keys.js CHANGED
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getKeys = void 0;
4
4
  const eslint_visitor_keys_1 = require("eslint-visitor-keys");
5
5
  exports.getKeys = eslint_visitor_keys_1.getKeys;
6
+ //# sourceMappingURL=get-keys.js.map
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
@@ -192,3 +192,4 @@ const additionalKeys = {
192
192
  TSVoidKeyword: [],
193
193
  };
194
194
  exports.visitorKeys = eslintVisitorKeys.unionWith(additionalKeys);
195
+ //# sourceMappingURL=visitor-keys.js.map
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@typescript-eslint/visitor-keys",
3
- "version": "8.67.1-alpha.2",
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-visitor-keys": "^5.0.0",
38
- "@typescript-eslint/types": "8.67.1-alpha.2"
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",