rspack
rspack copied to clipboard
feat(parser): add new javascript parser options
Summary
Fix https://github.com/web-infra-dev/rslib/issues/204 and more.
We'll try to merge this back into webpack after stabilized.
Checklist
- [x] Tests updated (or not required).
- [ ] Documentation updated (or not required).
Deploy Preview for rspack canceled.
| Name | Link |
|---|---|
| Latest commit | f8891479f78622404bb4030cfd44bbff1c4d72b1 |
| Latest deploy log | https://app.netlify.com/sites/rspack/deploys/67065673f6622b00089d0bff |
I am ok with the current implementation, but we should keep it as experiment for now, or at least hide it from docs,
Sure. Any why to make it as experimental now? Or just using name like experimenalRequireResolve or rspackRequireResolve. I think adding an experimental warning in jsdoc is enough.
An experimental warning in jsdoc and hide these options from rspack docs looks good to me