-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Champions: @jdalton @benjamn (prev @leebyron)
Spec Repo: https://github.com/leebyron/ecmascript-export-ns-from
Moved to Stage 2 at the July 2017 meeting: https://github.com/tc39/agendas/blob/master/2017/07.md
Approved as a needs consensus PR at Sept 2017 meeting (Stage 4) (tc39/ecma262#1005)
Syntax
export * as ns from 'mod';Implementation
- Already implemented in https://babeljs.io/docs/plugins/transform-export-extensions/ but we should split it out
Reactions are currently unavailable