ParseConfigFileHost
sealed external interface ParseConfigFileHost : ParseConfigHost, ConfigFileDiagnosticsReporter(source)
Interface extending ParseConfigHost to support ParseConfigFile that reads config file and reports errors
Properties
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: ReadonlyArray<String>, excludes: ReadonlyArray<String>?, includes: ReadonlyArray<String>, depth: Double = definedExternally): ReadonlyArray<String>