rustle icon indicating copy to clipboard operation
rustle copied to clipboard

Svelte compiler rewritten in Rust

Results 16 rustle issues
Sort by recently updated
recently updated
newest added

I think a simple CLI is the last piece missing before doing a prerelease. I think it should just accept a file or a directory and call the `rustle::compile_file_to_js` function....

enhancement
help wanted
good first issue

I think we can have a pre release when we get the parsing working. Also perhaps implementing a basic CLI with a few commands that you can point to a...

documentation
help wanted

This will be useful in the future for bug hunters to be able to create simple reproducible examples of unexpected behavior in rustle.

I was going through the output of the svelte compiler vs rustle and I realized it wasn't one to one is this by design or is it something we are...

The latest library release adds support for nested component and passing properties to them. A lot of functionality still has to be tested by expanding the tests. Feel free to...

help wanted
question

More tests would probably be a good idea. Maybe making a folder structure and having different files like `input.svelte`, `expected.js` and `output.js` in a folder for every test, then use...

help wanted