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

https://github.com/reluxscript/reluxscript

ReluxScript is a domain-specific language for writing AST transformation plugins that compile to both Babel (JavaScript) and SWC (Rust). It enforces a strict visitor pattern with explicit ownership semantics that map cleanly to both garbage-collected and borrow-checked runtimes.
https://github.com/reluxscript/reluxscript

ast ast-transformation babel babel-plugin code-generation dual-babel-swc dual-babel-swc-transpilation rust swc swc-plugin transpiler typescript

Last synced: 6 months ago
JSON representation

ReluxScript is a domain-specific language for writing AST transformation plugins that compile to both Babel (JavaScript) and SWC (Rust). It enforces a strict visitor pattern with explicit ownership semantics that map cleanly to both garbage-collected and borrow-checked runtimes.

Awesome Lists containing this project