babel-eslint
Advanced tools
Comparing version 8.1.1 to 8.1.2
@@ -312,2 +312,3 @@ "use strict"; | ||
const options = { | ||
ignoreEval: true, | ||
optimistic: false, | ||
@@ -314,0 +315,0 @@ directive: false, |
"use strict"; | ||
const t = require("@babel/types"); | ||
const visitorKeys = require("./visitor-keys"); | ||
const analyzeScope = require("./analyze-scope"); | ||
@@ -10,5 +10,4 @@ const parse = require("./parse"); | ||
const scopeManager = analyzeScope(ast, options); | ||
const visitorKeys = t.VISITOR_KEYS; | ||
return { ast, scopeManager, visitorKeys }; | ||
}; |
@@ -8,2 +8,3 @@ "use strict"; | ||
{ | ||
Literal: ESLINT_VISITOR_KEYS.Literal, | ||
MethodDefinition: ["decorators"].concat( | ||
@@ -10,0 +11,0 @@ ESLINT_VISITOR_KEYS.MethodDefinition |
{ | ||
"name": "babel-eslint", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "Custom parser for ESLint", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
42786
1120
0