-
Notifications
You must be signed in to change notification settings - Fork 77
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:dynamic import as namespace import #1171
Conversation
…as_namespace_import
Walkthrough整体变更概述:在几个 crate 中增加了与监视文件系统相关的配置,调整了装饰器的顺序和一些结构的更新。 Changes
Poem
Tip New Features and ImprovementsReview SettingsIntroduced new personality profiles for code reviews. Users can now select between "Chill" and "Assertive" review tones to tailor feedback styles according to their preferences. The "Assertive" profile posts more comments and nitpicks the code more aggressively, while the "Chill" profile is more relaxed and posts fewer comments. AST-based InstructionsCodeRabbit offers customizing reviews based on the Abstract Syntax Tree (AST) pattern matching. Read more about AST-based instructions in the documentation. Community-driven AST-based RulesWe are kicking off a community-driven initiative to create and share AST-based rules. Users can now contribute their AST-based rules to detect security vulnerabilities, code smells, and anti-patterns. Please see the ast-grep-essentials repository for more information. New Static Analysis ToolsWe are continually expanding our support for static analysis tools. We have added support for Tone SettingsUsers can now customize CodeRabbit to review code in the style of their favorite characters or personalities. Here are some of our favorite examples:
Revamped Settings PageWe have redesigned the settings page for a more intuitive layout, enabling users to find and adjust settings quickly. This change was long overdue; it not only improves the user experience but also allows our development team to add more settings in the future with ease. Going forward, the changes to Miscellaneous
Note Free review on us!CodeRabbit is offering free reviews until Mon May 27 2024 to showcase some of the refinements we've made. TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
…1022) * fix: fix "too many files open" error when watching with-antd example * fix: include dist dictionary of root's parent dictionary when watching --------- Co-authored-by: zp365238 <zp365238@antgroup.com> Co-authored-by: pshu <pishu.spf@antfin.com>
…and watch mode (#1168) * chore: 🔧 adjust puffin for easy profile for long time compiling * refactor: 🎨 move profile logic to profile app
* test: ✅ add runtime assert in decorator and target to chrome 40 * fix: 🐛 move decorator before preset_env * add comment on decorators
…as_namespace_import
…as_namespace_import
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.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/mako/binding.d.ts (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- packages/mako/binding.d.ts
This reverts commit 5ad6f5f.
* Reapply "fix:dynamic import as namespace import (#1171)" (#1208) This reverts commit 6e69d85. * release: @umijs/mako@0.4.18-canary.20240528.5 * chore: ⬆️ update pnpm-lock * release: @umijs/mako@0.5.5-canary.20240606.1 --------- Co-authored-by: Jinbao1001 <nodewebli@gmail.com> Co-authored-by: sorrycc <sorrycc@gmail.com>
fix the problem
before
React
isundefined
close #993
Summary by CodeRabbit
BuildParams
结构体中添加了一个新字段watch
,包含一个可选的ignoredPaths
字符串数组。Config
结构体添加了一个新的watch
字段。profile_gui.rs
中改用Compiler
替代Notify
,并基于编译器上下文参数调整初始化逻辑。docs/config.md
中添加了一个新的配置选项watch
,用于在配置文件中指定要忽略监视的特定路径。watch_dir_recursive
方法,现在使用新的get_ignore_list
方法动态生成忽略列表。mako.config.json
文件,为 Chrome 版本 40 添加了新的目标规范。@umijs/mako
包的版本,以及可选依赖项@umijs/mako-darwin-arm64
、@umijs/mako-darwin-x64
和@umijs/mako-linux-x64-gnu
的版本。