modify parser export

This commit is contained in:
xigua 2020-12-17 17:43:12 +08:00
parent 084efe1aab
commit 1c8d020826

View File

@ -2,3 +2,9 @@ export * from './generic';
export * from './plsql';
export * from './hive';
export * from './flinksql';
export * from './spark';
export { default as GenericSQL } from './generic';
export { default as PLSQL } from './plsql';
export { default as HiveSQL } from './hive';
export { default as FlinkSQL } from './flinksql';
export { default as SparkSQL } from './spark';