readonly
files: Map<string, FileContents>
private
phase: SharedContext
readonly
schemaModel: OasDocument
readonly
settings: Settings
readonly
typeSystemInfo: Omit<TypeSystem, "create">
addFile(normalisedPath: string): FileContents
error(args: Omit<ReportArgs, "level" | "phase">): never
getFile(filePath: string): FileContents
info(args: Omit<ReportArgs, "level" | "phase">): void
register(unnamed 0: RegisterArgs): void
render(options: RenderOptions): Promise<Record<string, string>>
private
report(unnamed 0: Omit<ReportArgs, "phase">): void
setupGeneratePhase(unnamed 0: GenerateArgs): void
setupRenderPhase(unnamed 0: RenderArgs): void
toInferType(value: Stringable): Stringable
toTypeSystem(unnamed 0: ToTypeSystemArgs): Stringable
warn(args: Omit<ReportArgs, "level" | "phase">): void
create(unnamed 0: CoreContextArgs): CoreContext