IScopeThroughIdentifiersTraverserCallbackData.ts 285 B

12345678
  1. import * as eslintScope from 'eslint-scope';
  2. import { TNodeWithLexicalScope } from '../../types/node/TNodeWithLexicalScope';
  3. export interface IScopeThroughIdentifiersTraverserCallbackData {
  4. reference: eslintScope.Reference;
  5. variableLexicalScopeNode: TNodeWithLexicalScope;
  6. }