mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-06 15:03:22 +00:00
fix(performance): Import deps dynamically (#652)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user