https://github.com/tc39/proposal-export-ns-from (I guess it's not really a proposal anymore, but rather an addition)
related to: https://github.com/standard-things/esm/issues/495
@jdalton since you are also involved in this "proposal" I thought it would be a good idea to spearheading this and add it to esm :blush:
it seems there's pretty much consensus in the committee: https://github.com/tc39/tc39-notes/blob/master/es9/2018-05/may-22.md#9ib-normative-add-export--as-ns-from-mod-to-export-production-and-module-semantics and they are waiting for implementers.
If implemented, I think this wouldn't even need to go behind a flag (similar to dynamic import and import.meta, stage 3)
Yeah, this is a good thing to add support for.
Update:
Welcome new core maintainer @dnalborczyk!
If you're up for tackling this the areas to tweak would be
Update:
From the TC39 meeting this week @leobalter requested implementers take a swing at supporting this, so we can do our part there too.
Cool! Do we have this on esm?
@damianobarbati Not yet.
I've got this working locally.
Still ironing out an unrelated bug that surfaced as part of the unit tests for this.
Update
Bugs are now ironed out :tada:
Most helpful comment
Yeah, this is a good thing to add support for.
Update:
Welcome new core maintainer @dnalborczyk!
If you're up for tackling this the areas to tweak would be
Update:
From the TC39 meeting this week @leobalter requested implementers take a swing at supporting this, so we can do our part there too.