Declan
Declan
From looking into [Svelte Parser](https://github.com/sveltejs/svelte/tree/master/src/compiler/parse) HTML is parsed using its own parser while javascript an CSS are both parsed by 3rd party libraries. Rustle could use a similar approach by...
Does swc have a css parser?
I also need suggestions on how to improve the CLI, especially when compiling a whole directory feel free to make changes as needed.
@pintariching I think cargo.lock should be added to .gitignore
Maybe I am doing something wrong but it causes some problems when building for me
Could be anyway gonna push a new commit that hopefully fixes it
@pintariching Aight changed the .gitignore file
How would the CLI behave when a directory is passed instead of a file? split if it should compile every file in the directory or a specific file it looks...
I am currently working on it