Skip to content

⬅️ Back to Table of Contents

📄 AST.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 4

📚 Table of Contents

🛠️ File Location:

📂 packages/utils/src/ts-eslint/AST.ts

📦 Imports

Name Source
AST_TOKEN_TYPES ../ts-estree
TSESTree ../ts-estree

Type Aliases

TokenType

type TokenType = AST_TOKEN_TYPES;

Token

type Token = TSESTree.Token;

SourceLocation

type SourceLocation = TSESTree.SourceLocation;

Range

type Range = TSESTree.Range;