Asynchronously emits the TypeScript files as JavaScript files.
Optionaloptions: ProgramEmitOptionsOptions for emitting.
Synchronously emits the TypeScript files as JavaScript files.
Optionaloptions: ProgramEmitOptionsOptions for emitting.
Emits the TypeScript files to JavaScript files to memory.
Optionaloptions: EmitOptionsOptions for emitting.
Gets the diagnostics found when parsing the tsconfig.json file.
Gets the declaration diagnostics.
OptionalsourceFile: SourceFileOptional source file to filter by.
Gets the emit module resolution kind.
Gets the global diagnostics.
Gets the semantic diagnostics.
OptionalsourceFile: SourceFileOptional source file to filter by.
Gets the syntactic diagnostics.
OptionalsourceFile: SourceFileOptional source file to filter by.
Get the program's type checker.
Gets if the provided source file was discovered while loading an external library.
Source file.
Wrapper around Program.