The TypeChecker instance returned by the TypeScript compiler.
Internal
The program currently being converted. Accessing this property will throw if a source file is not currently being converted.
Internal
Create a new Context instance.
The converter instance that has created the context.
Optional
nameOverride: stringCreate a ReferenceType which points to the provided symbol.
Optional
name: stringReturn the type declaration of the given node.
The TypeScript node whose type should be resolved.
The type declaration of the given node.
Register a newly generated reflection. All created reflections should be passed to this method to ensure that the project helper functions work correctly.
The reflection that should be registered.
The symbol the given reflection was resolved from.
Optional
filePath: NormalizedPathInternal
Readonly
converterThe converter instance that has created the context.
Readonly
programsAll programs being converted.
Readonly
projectThe project that is currently processed.
Readonly
scopeThe scope or parent reflection that is currently processed.
The context describes the current state the converter is in.