const compressAST: (
code: string,
tree: Tree,
symbols?: string[],
modules?: ({
at: number,
symbols: string[],
name: string,
imports: ImportRef[],
})[],
) => CompressedNode[]
packages / shader / src / wgsl / ast.ts