fix(performance): Import deps dynamically (#652)

This commit is contained in:
Guy Ben-Aharon
2025-04-07 17:08:02 +03:00
committed by GitHub
parent fc46cbb893
commit e3cb62788c
13 changed files with 51 additions and 51 deletions

View File

@@ -1,7 +1,3 @@
import { Parser } from 'node-sql-parser';
// Common PostgreSQL parser instance
export const parser = new Parser();
export const parserOpts = { database: 'postgresql' };
// Define interfaces for AST nodes - Fixed no-explicit-any issues