Type Alias AstTypeList<T>

AstTypeList<T>: Record<keyof T, AstNode>

Represents the enumeration-like type, that lists all AstNode types of your grammar.

Type Parameters

  • T