mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
Follow-on after #3296. Make parsing binary/octal/hex numeric literals a little more efficient. These changes all rely on that we know more than the compiler does - that strings passed to these `parse_*` functions can only contain a certain set of characters. |
||
|---|---|---|
| .. | ||
| js | ||
| jsx | ||
| lexer | ||
| ts | ||
| context.rs | ||
| cursor.rs | ||
| diagnostics.rs | ||
| lib.rs | ||
| list.rs | ||
| state.rs | ||