MCPcopy
hub / github.com/sql-formatter-org/sql-formatter / DialectOptions

Interface DialectOptions

src/dialect.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { TokenizerOptions } from './lexer/TokenizerOptions.js';
7
8export interface DialectOptions {
9 name: string;
10 tokenizerOptions: TokenizerOptions;
11 formatOptions: DialectFormatOptions;
12}
13
14export interface Dialect {
15 tokenizer: Tokenizer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…