0.0.1-alpha.6
- 将常用方法和类型导出到index
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "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",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "files": [
 | 
			
		||||
 | 
			
		||||
@ -26,3 +26,8 @@ export class DtSqlParserSemAnalysePlugin {
 | 
			
		||||
    return sqlParseResult
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export * from './types'
 | 
			
		||||
export * from './caret'
 | 
			
		||||
export * from './parse/default-rules'
 | 
			
		||||
export * from './preprocess/default-preprocessor'
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user