rspack
rspack copied to clipboard
feat(rspack_plugin_schemas): http import schema plugin
Summary
Implements the basic capabilities of HTTP URI Plugin
Example: https://github.com/ScriptedAlchemy/rspack-rust-api
Allows importing of esm http imports and bundling them
Checklist
- [ ] Tests updated (or not required).
- [ ] Documentation updated (or not required).
Deploy Preview for rspack ready!
| Name | Link |
|---|---|
| Latest commit | e8bfc85ed51af0aa1ecb667913ca0bbfa559a14f |
| Latest deploy log | https://app.netlify.com/sites/rspack/deploys/67048c94de4ff500088f42b6 |
| Deploy Preview | https://deploy-preview-7008--rspack.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@ScriptedAlchemy should we expose this feature to js side?
Yes, we should, but I have never done bindings for rspack and am not sure how this is accomplished.
we can merge this first and add binding and js side test in following pr,@symind can you help add jsbinding for this?
@SyMind, would you tag me in the PR so I can read and understand it end-to-end? Then, next time, I'll try to create bindings on my own. 🙃
Yeah that's fine. My current use cases is with rust projects so I am not blocked by js. But user will want it for sure
@ScriptedAlchemy @hardfist I got it.