From d6c6681c2682eb2a91fae0627ef691d6b5465e38 Mon Sep 17 00:00:00 2001 From: "=^._.^=" Date: Mon, 30 Nov 2015 18:44:15 -0800 Subject: [PATCH] add 64-bit integer operations entry to stage 0 proposals table --- stage0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stage0.md b/stage0.md index ee7fbd9f71..32f00927c0 100644 --- a/stage0.md +++ b/stage0.md @@ -20,5 +20,6 @@ Stage 0 proposals have been presented to the committee and not rejected definiti | | [RegExp Look-behind](http://www.akenotsuki.com/misc/srell/lookbehind_proposal.html) | Gorkem Yakin, Brian Terlson, & Nozomu Katō | 0 |πŸš€| [Encapsulated private state for objects](https://github.com/wycats/javascript-private-state) | Yehuda Katz & Allen Wirfs-Brock | 0 | | [Error.isError](https://github.com/ljharb/proposal-is-error) | Jordan Harband | 0 +| | [64-Bit Integer Operations](https://gist.github.com/BrendanEich/4294d5c212a6d2254703) | Brendan Eich | 0 πŸš€ means the champion thinks it's ready to advance but has not yet presented to the committee.