mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
When parsing a number which contains `_` separators, rather than looping through the string once to remove separators, and then again to convert to an `f64`, do it all in a single loop. Co-authored-by: overlookmotel <557937+overlookmotel@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| js | ||
| jsx | ||
| lexer | ||
| ts | ||
| context.rs | ||
| cursor.rs | ||
| diagnostics.rs | ||
| lib.rs | ||
| modifiers.rs | ||
| state.rs | ||