From d7f65681570b06fe792e80aae130ca9f566ee853 Mon Sep 17 00:00:00 2001 From: Kijin-Seija Date: Fri, 12 Apr 2024 16:22:35 +0800 Subject: [PATCH] =?UTF-8?q?0.0.1-alpha.6=20-=20=E5=B0=86=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=92=8C=E7=B1=BB=E5=9E=8B=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=88=B0index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d5e78f3..0f7cf1f 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/index.ts b/src/index.ts index e2d7e61..ceab7a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'