UNPKG

javascript-obfuscator

Version:
9 lines (6 loc) 285 B
import * as eslintScope from 'eslint-scope'; import { TNodeWithLexicalScope } from '../../types/node/TNodeWithLexicalScope'; export interface IScopeThroughIdentifiersTraverserCallbackData { reference: eslintScope.Reference; variableLexicalScopeNode: TNodeWithLexicalScope; }