Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 0241b48

Browse files
authored
removed unused file reference (#773)
1 parent 4cf0a21 commit 0241b48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/analyze-scope.js

-5
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,6 @@ module.exports = function(ast, parserOptions) {
327327
fallback,
328328
};
329329

330-
if (OriginalReferencer._babelEslintPatched) {
331-
require("./patch-eslint-scope")(parserOptions);
332-
return escope.analyze(ast, options);
333-
}
334-
335330
options.childVisitorKeys = childVisitorKeys;
336331

337332
const scopeManager = new escope.ScopeManager(options);

0 commit comments

Comments
 (0)