tc39 / proposal-number-fromstring

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

Advance to stage 1 #1

Closed mathiasbynens closed 6 years ago

mathiasbynens commented 6 years ago

Criteria taken from the TC39 process document:

  • [x] Identified “champion” who will advance the addition

Done: @mathiasbynens.

  • [x] Prose outlining the problem or need and the general shape of a solution

https://github.com/mathiasbynens/proposal-number-fromstring#motivation

  • [x] Illustrative examples of usage

https://github.com/mathiasbynens/proposal-number-fromstring#illustrative-examples

  • [x] High-level API

https://github.com/mathiasbynens/proposal-number-fromstring#high-level-api

  • [x] Discussion of key algorithms, abstractions and semantics

https://github.com/mathiasbynens/proposal-number-fromstring#faq

  • [x] Identification of potential “cross-cutting” concerns and implementation challenges/complexity

There should be none.

muzea commented 6 years ago

https://tc39.github.io/proposal-number-fromstring/

This page is still labeled Stage 0, Is there something wrong?