feat: support flags for hybrid regex#1915
feat: support flags for hybrid regex#1915IWANABETHATGUY merged 5 commits intorolldown:mainfrom shulaoda:feat/support-flags-for-hybrid-regex
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
|
The impl is too complex, just pass flag |
|
What you only need is handle flags for |
Should I verify the repeatability of |
No, just let lib handle it, the order does not matter. |
|
In addition, I changed the confusing name |
|
Also could you add a basic test to ensure regression? |
Co-authored-by: IWANABETHATGUY <974153916@qq.com>
<!-- Thank you for contributing! --> ### Description Related to #1914 and #1915 https://github.com/rolldown/rolldown/blob/6389d62f876a122df451d3e0151f79f59dd978cb/crates/rolldown_plugin_transform/src/lib.rs#L20-L25 <!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
Description
closes #1911