ParseConfigFileHost
sealed external interface ParseConfigFileHost : ParseConfigHost, ConfigFileDiagnosticsReporter(source)
Interface extending ParseConfigHost to support ParseConfigFile that reads config file and reports errors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val getDirectories: (path: String) -> ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>?
Link copied to clipboard
Reports unrecoverable error when parsing config file
Link copied to clipboard
Functions
Link copied to clipboard
Gets a value indicating whether the specified path exists and is a file.
Link copied to clipboard
Link copied to clipboard
abstract fun readDirectory(rootDir: String, extensions: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>, excludes: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>??, includes: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>, depth: Double = definedExternally): ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>