Skip to main content

Module types

Module types 

Source
Expand description

Public API types definitions

Structs§

AppSettings
The top-level settings structure for the application.
CompletionItem
A single autocomplete suggestion.
Diagnostic
A single diagnostic (error or warning) from the engine.
FormatOptions
Options for the formatter.
LintOptions
Options for diagnostics and linting.
ParserOptions
Options for the parser.
Span
A byte-offset range in the source text.

Enums§

FoldingStyle
The folding (wrapping) style to use for JSON arrays and objects.
LineEnding
The line ending style to use when formatting text.
Severity
Severity level for linting and diagnostics.