Re: Intent to ship: BigInt

2019-02-21 Thread Till Schneidereit
On Thu, Feb 21, 2019 at 9:56 AM L. David Baron wrote: > On Thursday 2019-02-21 15:44 +0100, Andy Wingo wrote: > > ## Support in other browser / JS engines > > > > Chrome / V8 implements the draft spec. > > > > Safari / JavaScriptCore has a partial implementation that is being > > completed on an

Re: Intent to ship: BigInt

2019-02-21 Thread j.j.
Am Donnerstag, 21. Februar 2019 20:57:02 UTC+1 schrieb David Baron: > Have either of them announced plans to ship (or actually shipped) > this feature? https://www.chromestatus.com/features/5371603852460032 ___ dev-platform mailing list dev-platform@list

Re: Intent to ship: BigInt

2019-02-21 Thread Jeff Walden
On 2/21/19 11:56 AM, L. David Baron wrote: > (What's the opinion of TC39 on shipping features that are at stage > 3? That doesn't seem obvious from > https://tc39.github.io/process-document/ .) Stage 3 is traditionally where it becomes okay to ship stuff, and it's the usual dividing line we have

Re: Intent to ship: BigInt

2019-02-21 Thread L. David Baron
On Thursday 2019-02-21 15:44 +0100, Andy Wingo wrote: > ## Support in other browser / JS engines > > Chrome / V8 implements the draft spec. > > Safari / JavaScriptCore has a partial implementation that is being > completed on an ongoing basis by Caio Lima. Have either of them announced plans to

Intent to ship: BigInt

2019-02-21 Thread Andy Wingo
# Intent to ship: BigInt This feature adds support for arbitrary-precision integers to the JavaScript language. BigInt values are a new kind of primitive. The usual arithmetic operations are extended to work on BigInt values. As specified, arithmetic operations between BigInt and Number values