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: Symbol not found for js.array.ReadonlyArray<typescript/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: Symbol not found for js.array.ReadonlyArray<kotlin/String>, options: CompilerOptions, system: System, createProgram: CreateProgram<T> = definedExternally, reportDiagnostic: DiagnosticReporter = definedExternally, reportWatchStatus: WatchStatusReporter = definedExternally, projectReferences: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/ProjectReference> = definedExternally, watchOptions: WatchOptions = definedExternally): WatchCompilerHostOfFilesAndCompilerOptions<T>(source)