fix: #285 No longer just export types from libs (#286)

This commit is contained in:
Hayden 2024-04-07 18:25:23 +08:00 committed by GitHub
parent 87c46a999b
commit 8bb27ee771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ export {
PLSQL,
} from './parser';
export type {
export {
MySqlParserListener,
MySqlParserVisitor,
FlinkSqlParserListener,