-
Notifications
You must be signed in to change notification settings - Fork 128
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
WIP: feat: migrate to turbo and pnpm #713
base: main
Are you sure you want to change the base?
Conversation
274f12d
to
431610e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #713 +/- ##
==========================================
- Coverage 91.34% 91.14% -0.20%
==========================================
Files 189 178 -11
Lines 5947 5827 -120
Branches 1426 1407 -19
==========================================
- Hits 5432 5311 -121
- Misses 508 509 +1
Partials 7 7 ☔ View full report in Codecov by Sentry. |
We need a release script to do the following things:
|
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 |
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.
补充 API 文档生成测试
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
062fb4a
to
9fd7f46
Compare
简介
功能点
主要变更
gulpfile.js
的功能,每个包都有自己的 gulpfile.js,简单的包直接用 tsc 编译mo/*
以及mo
都无效了,修改成对应的依赖包。尽在ide
中保留mo
的别名__DEVELOPMENT__
问题,通过process.env.__DEVELOPMENT__
来判断eslint
、stylelint
等路径问题src/components/monaco
迁移至packages/ide/components/monaco
而不是packages/ui/src/monaco
遗留问题
Breaking changes
@dtinsight/molecule/esm/components
导出,改为@dtinsight/molecule/ui
monaco-editor
中导出不再通过@dtinsight/molecule/esm/monaco
,改为@dtinsight/molecule/monaco
@dtinsight/molecule/esm/xxx
,改为@dtinsight/molecule