0.0.1-alpha.6
- 将常用方法和类型导出到index
This commit is contained in:
parent
e7729dae33
commit
d7f6568157
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dt-sql-parser-semantic-analyse-plugin",
|
"name": "dt-sql-parser-semantic-analyse-plugin",
|
||||||
"version": "0.0.1-alpha.5",
|
"version": "0.0.1-alpha.6",
|
||||||
"description": "an dt-sql-parser plugin with semantic result",
|
"description": "an dt-sql-parser plugin with semantic result",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -26,3 +26,8 @@ export class DtSqlParserSemAnalysePlugin {
|
|||||||
return sqlParseResult
|
return sqlParseResult
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export * from './types'
|
||||||
|
export * from './caret'
|
||||||
|
export * from './parse/default-rules'
|
||||||
|
export * from './preprocess/default-preprocessor'
|
||||||
|
Loading…
Reference in New Issue
Block a user