Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numeric Separator (Stage 3) #20

Open
hzoo opened this issue Jul 27, 2017 · 1 comment
Open

Numeric Separator (Stage 3) #20

hzoo opened this issue Jul 27, 2017 · 1 comment

Comments

@hzoo
Copy link
Member

hzoo commented Jul 27, 2017

Champions: Sam Goto (@samuelgoto), Rick Waldron (@rwaldron)
Spec Repo: https://github.com/tc39/proposal-numeric-separator
Moved to Stage 1 at the May 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/05.md
Moved from Stage 1 to Stage 2 at the July 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/07.md
Moved to Stage 3 at the Nov 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/11.md
Update at May 2018 meeting: https://github.com/tc39/agendas/blob/master/2018/05.md

Syntax

let budget = 1_000_000_000_000;
let nibbles = 0b1010_0001_1000_0101;
let message = 0xA0_B0_C0;

Implementation

@hzoo hzoo mentioned this issue Jul 27, 2017
10 tasks
@littledan
Copy link

I'm not aware of any particular critical feedback on this proposal; it seems relatively stable so far.

@hzoo hzoo changed the title Numeric Separator (Stage 2) Numeric Separator (Stage 3) Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants