Files
kjol/tools/tsgo/internal/ast/ids.go
2026-07-09 16:50:43 -04:00

7 lines
56 B
Go

package ast
type (
NodeId uint64
SymbolId uint64
)