Package-level declarations

Types

Link copied to clipboard
data class CompilationCommand(val directory: EnvPath, val file: EnvPath, val arguments: ParsedArgs, val command: RawCommandLine? = null, val output: EnvPath? = null)
Link copied to clipboard
data class CompilationDatabase(val commands: List<CompilationCommand>, val errors: Map<Int, String> = emptyMap())
Link copied to clipboard
value class EnvPath(val pathString: String)

The path in the target build environment.

Link copied to clipboard
interface JsonIo