An open API service indexing awesome lists of open source software.

https://github.com/tom-sherman/swc-js-plugin


https://github.com/tom-sherman/swc-js-plugin

Last synced: 2 months ago
JSON representation

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