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