createWatchCompilerHost
external fun <T : BuilderProgram> createWatchCompilerHost( configFileName: String, optionsToExtend: CompilerOptions?, system: System, createProgram: CreateProgram<T> = definedExternally, reportDiagnostic: DiagnosticReporter = definedExternally, reportWatchStatus: WatchStatusReporter = definedExternally, watchOptionsToExtend: WatchOptions = definedExternally, extraFileExtensions: <Error class: unknown class><FileExtensionInfo> = definedExternally): WatchCompilerHostOfConfigFile<T>(source)
Create the watch compiler host for either configFile or fileNames and its options
external fun <T : BuilderProgram> createWatchCompilerHost( rootFiles: <Error class: unknown class><String>, options: CompilerOptions, system: System, createProgram: CreateProgram<T> = definedExternally, reportDiagnostic: DiagnosticReporter = definedExternally, reportWatchStatus: WatchStatusReporter = definedExternally, projectReferences: <Error class: unknown class><ProjectReference> = definedExternally, watchOptions: WatchOptions = definedExternally): WatchCompilerHostOfFilesAndCompilerOptions<T>(source)