rhombic
Version:
SQL parsing, lineage extraction and manipulation
13 lines • 466 B
TypeScript
import { ISerializedGast } from "chevrotain";
/**
* Script to generate the serialized grammar.
*
* This is to avoid minification issues when rhombic is used in production mode.
*
* Ref: https://github.com/SAP/chevrotain/blob/master/examples/parser/minification/README.md
*
* Result:
* `src/serializedGrammar.ts`
*/
export declare function generateSerializedGrammar(grammar: ISerializedGast[]): void;
//# sourceMappingURL=generateSerializedGrammar.d.ts.map