rspack icon indicating copy to clipboard operation
rspack copied to clipboard

feat(rspack_plugin_schemas): http import schema plugin

Open ScriptedAlchemy opened this issue 1 year ago • 1 comments

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).

ScriptedAlchemy avatar Jul 02 '24 03:07 ScriptedAlchemy

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jul 02 '24 04:07 netlify[bot]

@ScriptedAlchemy should we expose this feature to js side?

hardfist avatar Oct 10 '24 07:10 hardfist

Yes, we should, but I have never done bindings for rspack and am not sure how this is accomplished.

ScriptedAlchemy avatar Oct 10 '24 17:10 ScriptedAlchemy

we can merge this first and add binding and js side test in following pr,@symind can you help add jsbinding for this?

hardfist avatar Oct 10 '24 20:10 hardfist

@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. 🙃

ScriptedAlchemy avatar Oct 10 '24 23:10 ScriptedAlchemy

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 avatar Oct 10 '24 23:10 ScriptedAlchemy

@ScriptedAlchemy @hardfist I got it.

SyMind avatar Oct 11 '24 02:10 SyMind