type SymbolTableT = { types?: string[], symbols?: string[], modules?: ({ symbols: string[] })[], linkable?: Record<string, true>, }
packages / shader / src / types.ts