Michael Jackson
Michael Jackson
@wolfeidau Is `buf` a `Uint8Array`? If so, it looks like it should have [the subarray method](https://developer.mozilla.org/en-US/docs/Web/API/Uint8Array#subarray%28%29).
Would you please include a test? That would be great. Also, if you would format the code spacing the same as the rest of the file, it would be very...
Wow! This is awesome. Thanks for this work. I'll be reviewing these commits as soon as I get the chance.
David, Thanks for researching this. As I mentioned above, I'd love to be able to support left recursion in Citrus, but I haven't had the time to thoroughly test the...
I would love to add an "ignore whitespace" feature to Citrus, but I'm not yet sure what the best approach would be. Ideally, there would be an `ignore` directive that...
Citrus doesn't currently support left recursion, but there's no reason it couldn't given the research that you linked to. In fact, I recently refactored both of Citrus' scanner classes (`Citrus::Input`...
Hey @evanw :) First off, just wanted to say great work on esbuild. We (@ryanflorence and I) have been loving it so far! We are using it to build Remix...
> If this is about caching, then should this disable tree shaking? My vote would be yes, it should disable tree shaking in the chunks that are manually defined (or...
> I encourage readers to migrate going forward. No better way to encourage people than by deprecating your package :) They'll still be able to use it. `npm` just lets...