feat: support skipSelf option in PluginContext.resolve#1703
feat: support skipSelf option in PluginContext.resolve#1703underfin merged 10 commits intorolldown:mainfrom
skipSelf option in PluginContext.resolve#1703Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
|
@underfin Should consider the affects to the feature |
This comment was marked as outdated.
This comment was marked as outdated.
|
@underfin At me after you finish the review, I need to apply some changes too. |
|
@kermanx I refactor the code to avoid using
@kermanx Could you point to me the test case? |
I'm done. |
| anyhow = { workspace = true } | ||
| arcstr = { workspace = true } | ||
| async-trait = { workspace = true } | ||
| oxc_index = { workspace = true } |
There was a problem hiding this comment.
This is intentional. I don't want plugin build blocked by the whole oxc build.
|
Thanks for bring up this really nice PR. It really helps us a lot on pushing this feature forward. |
Support
skipSelfoption inPluginContext.resolve. Listed in #1554 and #819.Todos
composingJsPlugins.Notes
The
skipSelfoption should default totrue:https://github.com/rollup/rollup/blob/28546b5821efcb72c2eb05f422d986524647a0e3/src/utils/PluginContext.ts#L78