-
-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rspack_plugin_schemas): http import schema plugin #7008
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
5a68a80
to
948e244
Compare
216850f
to
8decef9
Compare
c650fc9
to
aabf81f
Compare
d77760e
to
201c858
Compare
af48a29
to
5d76766
Compare
ff8dff7
to
5e9c02c
Compare
# Conflicts: # Cargo.lock # crates/rspack_plugin_schemes/Cargo.toml
57471ee
to
521b2c5
Compare
@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. |
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