https://github.com/tom-sherman/swc-js-plugin
https://github.com/tom-sherman/swc-js-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom-sherman/swc-js-plugin
- Owner: tom-sherman
- Created: 2024-04-17T17:40:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:42:33.000Z (about 1 year ago)
- Last Synced: 2025-02-05T01:41:50.481Z (4 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swc-js-plugin
A plugin for swc that allows you to write plugins in plain JavaScript.
Uses boa for executing the plugin code.
Doesn't work fully yet. (only allows performing one mutation on one node right now, no error handling, etc. etc. But hey it can transform variable names!)