Crate prisma_fmt
source ·Functions
- This API is modelled on an LSP code action request. Input and output are both JSON, the request being a
CodeActionParams
object and the response being a list ofCodeActionOrCommand
objects. - The two parameters are:
- This is the same command as get_config()
- This is the same command as get_dmmf()
- Converts a byte offset to an LSP position, if the given offset does not overflow the document.
- The API is modelled on an LSP completion request. Input and output are both JSON, the request being a
CompletionParams
object and the response being aCompletionList
object. - Function that throws a human-friendly error message when the schema is invalid, following the JSON formatting historically used by the Query Engine’s
user_facing_errors::common::SchemaParserError
. When the schema is valid, nothing happens. When the schema is invalid, the function displays a human-friendly error message indicating the schema lines where the errors lie and the total error count, e.g.: