feat: Add SWC plugin implementation for engine syntax#149
feat: Add SWC plugin implementation for engine syntax#149devloai[bot] wants to merge 2 commits intomasterfrom
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/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@mdx-js/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
|
@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