8520048b26
This allows for numbers within 18 digits of precision (the vast majority of numbers) to be represented by just 2 i64s rather than 2 heap allocated BigInts. In the future these optimizations may become more aggressive and granular, but for now `grass` is already more than an order of magnitude faster than `dart-sass`.