mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: fixing issue with typing
This commit is contained in:
parent
6791ab01fb
commit
d1d2231f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue