Yosh

Results 6 comments of Yosh

Hi @yukulele, XML support could be a useful addition, but this library's main focus is HTML and therefore tightly coupled to **[parse5](https://github.com/inikulin/parse5)** (HTML parser). Bundling several different parsers would open...

Hey @QuakeCake, I'm having some trouble seeing what you mean, could you perhaps provide some code examples? Cheers.

@renke @linvain I think a PR enabling only tilde (`~`) imports is too narrow. Some projects do root-relative imports by setting an alias for the root. For example, you can...

This is a consequence of how `Number.prototype.toFixed` works. The starting number `99999` gets reduced to `99.999`, which is round to `100` with `toFixed`. This does bring up a good point...

@fannarsh can we merge this? The full name is really unfamiliar for most people in the United Kingdom.

@Sebastp Truthfully, I forgot about this issue. Given that the solution isn't entirely clear at this stage, it may take longer to fix than you'd like (assuming you need a...