UNPKG

javascript-obfuscator

Version:
8 lines (7 loc) 317 B
import * as eslintScope from 'eslint-scope'; import { TNodeWithLexicalScope } from '../../types/node/TNodeWithLexicalScope'; export interface IScopeThroughIdentifiersTraverserCallbackData { isGlobalDeclaration: boolean; reference: eslintScope.Reference; variableLexicalScopeNode: TNodeWithLexicalScope; }