maribies
maribies
I am using React with Vite and had the same error showed up when I started component testing with React Code Mirror. The default file extension was `.js` but with...
The reason I didn't suggest using a dumb parser and simply returning a string was to ensure the precision of the numbers returned for values greater than 15 digits. A...
@jprichardson - Got it now. Makes sense. Since it comes in as a string, you're right, and a bignum lib isn't necessary. I removed it from the PR, and only...