Henry

Results 76 issues of Henry

By @gibson042, champion: @mathiasbynens > Presented as Stage 1 at Sept 2017 > Moved to Stage 2 at Nov 2017 > Moved to Stage 3 at Jan 2018 > Moved...

Proposal Issue
Transform: Done

> Imperial College, London, UK (20-22 March 2018) > https://github.com/tc39/agendas/blob/master/2018/03.md > Checkbox means we completed it (some Stage 1 we may want to wait to start, given instability of the...

TC39 Meeting

> Google, Mountain View, CA (23-25 January 2018) > https://github.com/tc39/agendas/blob/master/2018/01.md First meeting of 2018! > Checkbox means we completed it (some Stage 1 we may want to wait to start,...

TC39 Meeting

Champion: @michaelficarra Repo: https://github.com/michaelficarra/proposal-first-class-protocols Slides: https://docs.google.com/presentation/d/1WrvSyslnF-5VnPj3k3HRq8MRzuiSN1kQ6ENE1iUSmDU/edit?usp=sharing First presented at the Sept 2017 meeting ## Example ```js protocol ProtocolName { // declare a symbol which must be implemented thisMustBeImplemented; // and...

Proposal Issue
Status: Not Started

Champion: @littledan Repo: https://github.com/littledan/proposal-extensible-numeric-literals Slides: https://docs.google.com/presentation/d/13Ej08CCqXGCTF46GabGdzBepWBgU5d70TtPPYFkkZcs/edit#slide=id.p First presented at the Sept 2017 meeting ## Examples ``` 1236536253453n BigInt (special case) 4525i Imaginary numbers 235435.461m IEEE 754-2008 64-bit decimal 300px CSS...

Proposal Issue
Status: Not Started

Champions: Ron Buckton (@rbuckton) Spec Repo: https://github.com/rbuckton/proposal-throw-expressions First presented at the July 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/07.md Stage 1 to Stage 2 at Sept 2017 meeting Examples: ```js function save(filename = throw...

Proposal Issue
Transform: Done

Champions: @jdalton @benjamn (prev @leebyron) Spec Repo: https://github.com/tc39/proposal-export-default-from Stayed at Stage 1 at the July 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/07.md Syntax ```js export v from "mod"; ``` ## Implementation Already implemented in...

Proposal Issue
Transform: Done

just want to write some of our process down

https://twitter.com/kentcdodds/status/976808822307094528 Should be easy to do. Detect if lodash is used as a direct dependency and then add a new plugin? Not sure about the version or if we need...

enhancement
good first issue

If we detect sub package.json files which I think we already do? From https://github.com/babel/babel/pull/7358 Should be a straightforward change. Ref https://github.com/babel/babel/issues/7791, https://github.com/babel/babel/issues/7788