prettier-plugin-sql-cst
Advanced tools
Comparing version 0.9.0 to 0.9.1
import { Node } from "sql-parser-cst"; | ||
import { Parser, Printer, SupportLanguage } from "prettier"; | ||
export { options } from "./options"; | ||
export type { SqlPluginOptions } from "./options"; | ||
export declare const languages: SupportLanguage[]; | ||
export declare const parsers: Record<string, Parser<Node>>; | ||
export declare const printers: Record<string, Printer>; |
{ | ||
"name": "prettier-plugin-sql-cst", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Prettier plugin for SQL", | ||
@@ -5,0 +5,0 @@ "author": "Rene Saarsoo <nene@triin.net>", |
134626
2084