Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milomg/swc-plugin-jsx-dom-expressions
An SWC implementation of the SolidJS Dom Expressions compiler
https://github.com/milomg/swc-plugin-jsx-dom-expressions
solid-js swc
Last synced: 2 days ago
JSON representation
An SWC implementation of the SolidJS Dom Expressions compiler
- Host: GitHub
- URL: https://github.com/milomg/swc-plugin-jsx-dom-expressions
- Owner: milomg
- Created: 2022-05-05T06:16:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T21:01:03.000Z (4 months ago)
- Last Synced: 2024-07-29T22:56:30.151Z (4 months ago)
- Topics: solid-js, swc
- Language: Rust
- Homepage:
- Size: 387 KB
- Stars: 51
- Watchers: 8
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SWC JSX Dom Expressions
PRs welcome! We're working on converting babel-plugin-dom-expressions to swc.
# Contributing
After installing rust, the main command used is `cargo test`, which compares files in `tests/fixture/**/input.js` with the corresponding `output.js`.