Henry
Henry
export-ns-from: `export * as ns from 'mod'` - https://github.com/babel/proposals/issues/16 to Stage 4 (needs consensus)
Nullary Coalescing from Stage 0 to Stage 1 https://github.com/babel/proposals/issues/14 `a ?? b` // concerns about cross-cutting concerns with `?.` syntax
import.meta to Stage 3
You can check the individual issues @mgtitimoli https://github.com/babel/proposals/issues/32 - and the notes will be posted in a few weeks
Made an issue to split the proposals into 2 if anyone wants to comment more https://github.com/babel/babel/issues/6075
Just parsing I believe, same as BigInt? Don't have that transform either and it's not meant to be used for prod https://github.com/babel/babel/pull/6015
Yeah we can wait, like some of the other ones; either way unlikely to be really supported with Babel anyway like BigInt other than when it's natively supported?
Not going to be there in person but I can update from notes later, unless someone else that's there (@ljharb?) wants to
> I think that this should be handled by tools like webpack. That sounds reasonable too We already have the parser option `allowAwaitOutsideFunction` for this case, done by @jdalton actually...
New private props PR https://github.com/babel/babel/pull/6120