eslint-visitor-keys
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -183,2 +183,4 @@ const KEYS = { | ||
], | ||
JSXClosingFragment: [], | ||
JSXOpeningFragment: [], | ||
Literal: [], | ||
@@ -185,0 +187,0 @@ LabeledStatement: [ |
{ | ||
"name": "eslint-visitor-keys", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Constants and utilities about visitor keys to traverse AST.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -63,3 +63,3 @@ # eslint-visitor-keys | ||
``` | ||
```js | ||
const node = { | ||
@@ -84,3 +84,3 @@ type: "AssignmentExpression", | ||
``` | ||
```js | ||
console.log(evk.unionWith({ | ||
@@ -87,0 +87,0 @@ MethodDefinition: ["decorators"] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29544
707