Renée
Renée
i think you may be missing the CommonJS plugin for rollup, as the `require` statement still exists in the output. This is a CommonJS module so you need to configure...
It's not deprecated, just legacy, and extremely stable, and it works just fine. a runtime warning would be far too invasive (node.js also doesn't have one).
So I made the iterator the main lexer API now and added a `.lex()` method that returns a `(Tokens, Errors)` tuple. The public API is just `for item in Lexer::new(source)`...
I'm interested in working on this. @zesterer would you be open to switching entirely to byte indices? Or should both ways be supported?
@mreinstein thanks for the interest 😸 I sent an invitation to the GitHub org. I can't invite to npm on my phone I think but I can do that later.
Yeah I can't realistically commit to doing reviews. feel free to request them especially if you do need input on things, but I'm not actively using these projects at the...
The browserify prelude uses the `require` function from the environment if a module is required that is not part of the bundle. That's mostly for bundle splitting but when running...
thanks for the feedback! I don't have much time today, so will just post two very quick points in response to 2/6/7 that I hope are relevant to you: structs...
Per https://github.com/goto-bus-stop/setup-zig/issues/59 this should only happen when a commit is specified on the version, not for normal releases, so I hope the impact is ultimately not that big (I don't...
Thanks for the input. I brought it up because i know setup-zig is used by many C projects for zig's convenient C (cross-)compilation. I'm giving this repo some attention today...