Merge branch 'feat_parserExport' into 'dev'

modify parser export

See merge request dt-insight-front/infrastructure/dt-sql-parser!6
This commit is contained in:
zhifei 2020-12-17 19:05:51 +08:00
commit f7290dd7f0

View File

@ -2,3 +2,9 @@ export * from './generic';
export * from './plsql'; export * from './plsql';
export * from './hive'; export * from './hive';
export * from './flinksql'; 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';