UNPKG

rawsql-ts

Version:

High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.

15 lines (14 loc) 372 B
export declare class IdentifierDecorator { start: string; end: string; target: 'all' | 'minimal'; constructor(identifierEscape?: { start?: string; end?: string; target?: 'all' | 'minimal'; }); decorate(text: string): string; private canRenderBare; private isPlainIdentifierToken; private escapeIdentifierText; }