Expand description
Public API types definitions
Structs§
- AppSettings
- The top-level settings structure for the application.
- Completion
Item - A single autocomplete suggestion.
- Diagnostic
- A single diagnostic (error or warning) from the engine.
- Format
Options - Options for the formatter.
- Lint
Options - Options for diagnostics and linting.
- Parser
Options - Options for the parser.
- Span
- A byte-offset range in the source text.
Enums§
- Folding
Style - The folding (wrapping) style to use for JSON arrays and objects.
- Line
Ending - The line ending style to use when formatting text.
- Severity
- Severity level for linting and diagnostics.