tc39 / proposal-number-fromstring

{BigInt,Number}.fromString(string, radix)
https://mathiasbynens.github.io/proposal-number-fromstring/
65 stars 7 forks source link

Implementation for Number.fromString #14

Closed rajasekarm closed 6 years ago

rajasekarm commented 6 years ago

https://github.com/rajzshkr/number-fromstring

mathiasbynens commented 6 years ago

I appreciate this, but please keep in mind that the proposal is not even at stage 1 yet. The current proposal is roughly a copy of what used to be BigInt.parseInt and it’s going to change heavily. It’s a little early for polyfills.