Uh oh!
There was an error while loading. Please reload this page.
feat: Add SWC plugin implementation for engine syntax - #149
Conversation
- Created new SWC plugin package with core visitor functionality - Added file output functionality matching Babel plugin - Added documentation and examples - Set up package configuration for npm and cargo
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages:npm/@babel/runtime@7.26.9, npm/@docusaurus/core@3.7.0, npm/@docusaurus/preset-classic@3.7.0, npm/@mdx-js/react@3.1.0, npm/@types/lodash.flatmap@4.5.9, npm/clsx@2.1.1, npm/lodash.flatmap@4.5.0, npm/react-dom@18.3.1 |
radu-c
commented
Feb 21, 2025
@devloai add CI workflow for building and testing the SWC plugin |
Sure, I'll work on setting up the CI workflow for the SWC plugin with Rust build and test configurations. Status: Done. |
✅ I've added the CI workflow for building and testing the SWC plugin. Here's what's been implemented:
The workflow will trigger automatically on changes to the SWC plugin package files. You can now proceed with the development and testing of the plugin with full CI coverage. |
This PR adds a new SWC plugin package that ports the functionality of
engine.babel-plugin-syntaxto Rust using SWC's plugin system.Changes
@c11/engine.swc-plugin-syntaxImplementation Notes
Next Steps
Follow-up suggestions