Conversation
A lot of refactoring involving methods move are planned in the near future, mainly to improve the tree shaking. Enabling this check will detect errors early while doing such refactoring. Do not enable it for now in the code of the lib, as we want maxGraph to support TS 3.8 and this feature requires TS 4.3. In addition, decrease the chunk size warning limit in the "vite.config.js" file in examples (relates to a previous commit).
WalkthroughThis pull request introduces multiple non-functional updates across TypeScript configuration files and various story and example source files. The majority of the changes add the Changes
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (15)
🧰 Additional context used🧬 Code Definitions (1)packages/html/stories/PerimeterOnLabelBounds.stories.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (38)
✨ Finishing Touches
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 (
|
|



A lot of refactoring involving methods move are planned in the near future, mainly to improve the tree shaking.
Enabling this check will detect errors early while doing such refactoring.
Do not enable it for now in the code of the lib, as we want maxGraph to support TS 3.8 and this feature requires TS 4.3.
In addition, decrease the chunk size warning limit in the "vite.config.js" file in examples (relates to a previous commit).
Summary by CodeRabbit
Chores
Refactor