Rasmus Kaj
Rasmus Kaj
Att "plocka russin" ur en gren kan duga, men om man pratar om de specifika ändringar (commitar, "förbindelser" är ärligt talat oanvändbart) man plockar så är "handplocka #123152" överlägset. Och...
Se även diskussion på #26 .
v2.0.0 is [released](https://crates.io/crates/nom_locate) since the previous comment. Maybe this issue can be closed?
Yes, `@use` / modules is a relatively new addition to sass, and is still not supported by any implementation other than dart sass. You don't get an error message for...
@Boiethios , I think your code should work with release 0.18.
Cool! I havn't really looked into wasm yet. What would be required to compile rsass into wasm? Does it have to be no-std? In that case, I guess some kind...
Yes, it's certainly possible, just not implemented in rsass yet. Improvement is needed in two ways: 1) Converting the 'remains' part to row and column numbers isn't actually that hard....
A first step should be to add an expected end-of-file to the end of [the sassfile parser](https://github.com/kaj/rsass/blob/5036c6468dedf50e30a2c2407214c358c9db58cd/src/parser/mod.rs#L73-L92), so we get an error at all, instead of a successfull but incomplete...
The PR #79 is a relevant improvement to this, improving the structure of `Error::ParseError` and removing the case where a parse error is handled as an `Error::S`. The PR #62...
Here's times for that sass file on my machine with the sass implementations that I happen to have installed: ```sh : kalarba%; sass --version 1.49.9 : kalarba%; time sass perf.scss...