Just summarizing the updates from: https://github.com/tc39/agendas/blob/master/2017/07.md
Can discuss changes as they pertain to Babel implementation (syntax).
babel-polyfill implementation is https://github.com/zloirock/core-js
EDIT: made some issues for Babel updates
New Proposals
Moving Forward
Needs work
Just summarizing the updates from: https://github.com/tc39/agendas/blob/master/2017/07.md
EDIT: made some issues for Babel updates
New Proposals
try {} catch {}: Stage 3throw new Error(''): Stage 1Moving Forward
10n: Stage 2 to Stage 31_000: Stage 1 to Stage 2export * as ns from 'mod': Stage 1 to Stage 2 (also "consensus PR")class A { #a = 1; b = 2 }: Stage 2 to Stage 3Needs work
export default from 'mod': Stayed at Stage 1@a class A{}: Stayed at Stage 2a?.b: Stayed at Stage 1