build

Asynchroniously builds the project WITHOUT OUTPUT. This is intended for linting code and showing build errors quickly inside the IDE.

@component("dub")
@arguments("subcmd", "build")
void
build

Return Value

Type: void

[{line: int, column: int, type: ErrorType, text: string}] where type is an integer

Call With

{"subcmd": "build"}

Meta