-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: export sql parser EntityContext types #157
Conversation
liuxy0551
commented
Nov 14, 2024
- [Bug]: CommonEntityContext, ColumnEntityContext, FuncEntityContext 需要导出使用 dt-sql-parser#371
- fix: #371 export EntityContext types dt-sql-parser#372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
004d49a
to
a683456
Compare
@@ -67,7 +67,7 @@ | |||
"pre-commit": "npx pretty-quick --staged" | |||
}, | |||
"dependencies": { | |||
"dt-sql-parser": "4.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个如果是本地做开发迭代,不建议在这里改成beta版本,提合并main分支的PR,直接本地验证即可,可以在本地link下,测试验证,真正提测的时候再走release流程
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你说的对,monaco-sql-languages 的 version 改动我知道不提上来,这里遗漏了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
想起来了,需要带上变更。
原因:使用旧版本的 dt-sql-parser 会发现 dt-sql-parser 没有导出这几个类型,带来的问题就是 CI 会不通过、使用这个 beta 包的 monaco-sql-languages 会出现导出异常。
解决:目标分支改为新切出的 next 分支
f86ed04
to
5fcbb5d
Compare
已通过 |
+1 |