feat(oxc_minify_napi): expose TreeShakeOptions#15618
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull Request Overview
This PR exposes the TreeShakeOptions type from the oxc_minify_napi library, making it available for consumers to import and use directly. The TreeShakeOptions interface already exists in the TypeScript definitions but wasn't previously exported from the Rust library's public API.
Key Changes:
- Added
TreeShakeOptionsto the public re-exports in the NAPI minify library
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I'll change all options to |
Closes #15618 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

Similar to #13288. I wonder if it's possible to ensure the types are exposed.