TypingResolutionHost

sealed interface TypingResolutionHost(source)

Functions

Link copied to clipboard
abstract fun directoryExists(path: String): Boolean
Link copied to clipboard
abstract fun fileExists(fileName: String): Boolean
Link copied to clipboard
abstract fun readDirectory(rootDir: String, extensions: ReadonlyArray<String>, excludes: ReadonlyArray<String>?, includes: ReadonlyArray<String>?, depth: Double = definedExternally): ReadonlyArray<String>
Link copied to clipboard
abstract fun readFile(path: String, encoding: String = definedExternally): String?