Carter Snook
Carter Snook
This patch replaces all usages of the `@___WithOverflow` builtins where the overflow result is simply read for erroring with the nicer `math` helpers that return `error.Overflow`. This cleaned up a...
Implements the `@counter-style` directive per the spec. --- - [X] I’ve reviewed the contributor guide and applied the relevant portions to this PR. #### Contribution guidelines: - See our [contributor...
Given this grammar: ``` ox80_oxBF
It would be great to have an unstable zig package available. A tokenizer/parser and semantic analyzing API would make tooling (e.g. lsp, formatter, documentation generator) fairly straightforward to implement. I...
Hello, I saw this crate on Twitter and decided to fuzz it with a primitive algorithm: simply generate a random pattern and match it to the original input. After running...
Normative PR: https://github.com/tc39/ecma262/pull/3009 (unmerged as of this commit) There are 24 test262 tests for this, see [https://test262.fyi/#built-ins/String/prototype](https://test262.fyi/#built-ins/String/prototype) and https://github.com/tc39/test262/pull/4404. JSC and Rhino have already added these changes. Let me know...