-
Notifications
You must be signed in to change notification settings - Fork 41
refactor: remove toolkits and plugins #255
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
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe update broadens file‐ignore patterns in configuration files and revises package management settings. The dev script entry point is updated in the package configuration, while the lerna settings are consolidated. A large number of files related to the HWC plugin—including localization, configuration, command implementations, services, and type definitions—have been entirely removed. Similarly, various configuration and tooling files in the Link plugin and repo-level tool files (e.g. TypeScript and lint settings) have been deleted, streamlining the overall codebase. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant NPM as npm
participant Core as Core Entry
Dev->>NPM: Run "npm run dev:local"
NPM->>Core: Execute script at "./packages/core/src/index.ts"
Core-->>NPM: Initialize application
NPM-->>Dev: Application started
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
PR
已验证 cli 的本地开发和构建流程不受影响。
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Chores
Refactor
These updates improve overall project maintainability and performance without altering the product’s end-user experience.