@yuku-toolchain/types
Shared TypeScript type definitions for the yuku toolchain: the ESTree / TypeScript-ESTree AST node types, diagnostics, source locations, and the base walk/scan cursor shapes.
import type { Program, Node, Comment, Diagnostic } from "@yuku-toolchain/types";
License
MIT