chore: fixing issue with typing

This commit is contained in:
Kacper Kula 2025-03-14 10:23:51 +00:00
parent 6791ab01fb
commit d1d2231f5e

View file

@ -50,7 +50,7 @@ export class SQLSealViewPlugin implements PluginValue {
destroy(): void { }
private parseWithGrammar(sql: string) {
private parseWithGrammar(sql: string): Decorator[] {
const grammar = ohm.grammar(SQLSealLangDefinition(this.renderers.getViewDefinitions(), this.renderers.flags, true));
// FIXME: extend grammar with error line.