Skip to content
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(swc): support fetch.macro swc #8

Merged
merged 13 commits into from Oct 30, 2022
Merged

feat(swc): support fetch.macro swc #8

merged 13 commits into from Oct 30, 2022

Conversation

r17x
Copy link
Owner

@r17x r17x commented Sep 8, 2022

Todos

  • dev shells with nix - see shell. nix at this branch
  • re-implement fetch.macro.js in swc/src/lib.rs
    • remove import source fetch.macro.
    • transform string url to fetch function.
    • transform string url with params to fetch function. (NEXT PRs)
  • github-actions support for rust project "./swc"

@r17x
Copy link
Owner Author

r17x commented Sep 12, 2022

The swc support was following pveyes/raw.macro project structures.

Thanks to @pveyes for suggested support swc

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2022

Codecov Report

Merging #8 (0b613c5) into main (99017e1) will not change coverage.
The diff coverage is n/a.

❗ Current head 0b613c5 differs from pull request most recent head 337e864. Consider uploading reports for the commit 337e864 to get more accurate results

@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           40        40           
  Branches         5         5           
=========================================
  Hits            40        40           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@r17x r17x force-pushed the feat/support-swc branch 2 times, most recently from dbe5051 to 8850329 Compare October 27, 2022 20:41
@r17x r17x changed the base branch from main to beta October 30, 2022 14:32
@r17x r17x marked this pull request as ready for review October 30, 2022 14:33
@kodiakhq kodiakhq bot merged commit 5f48689 into beta Oct 30, 2022
@r17x
Copy link
Owner Author

r17x commented Oct 30, 2022

🎉 This PR is included in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@r17x r17x deleted the feat/support-swc branch October 30, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants