Returns all types that contain cross-references, A is meant to be the interface XXXAstType fromm your generated ast.ts file. Meant to be used during cross-reference resolution in combination with assertUnreachable(context.container).
XXXAstType
ast.ts
assertUnreachable(context.container)
Returns all types that contain cross-references, A is meant to be the interface
XXXAstType
fromm your generatedast.ts
file. Meant to be used during cross-reference resolution in combination withassertUnreachable(context.container)
.