createEmitAndSemanticDiagnosticsBuilderProgram
external fun createEmitAndSemanticDiagnosticsBuilderProgram( newProgram: Program, host: BuilderProgramHost, oldProgram: EmitAndSemanticDiagnosticsBuilderProgram = definedExternally, configFileParsingDiagnostics: <Error class: unknown class><Diagnostic> = definedExternally): EmitAndSemanticDiagnosticsBuilderProgram(source)
Create the builder that can handle the changes in program and iterate through changed files to emit the those files and manage semantic diagnostics cache as well
external fun createEmitAndSemanticDiagnosticsBuilderProgram( rootNames: <Error class: unknown class><String>?, options: CompilerOptions?, host: CompilerHost = definedExternally, oldProgram: EmitAndSemanticDiagnosticsBuilderProgram = definedExternally, configFileParsingDiagnostics: <Error class: unknown class><Diagnostic> = definedExternally, projectReferences: <Error class: unknown class><ProjectReference> = definedExternally): EmitAndSemanticDiagnosticsBuilderProgram(source)