Re: [v8-users] Re: [v8-team] [v8-status-updates] Intent to ship: module namespace exports

2018-10-15 Thread Jochen Eisinger
v8-status-updates to BCC Please don't mix internal and external mailing lists Sathya Gunasekaran schrieb am Mo., 15. Okt. 2018, 06:22: > LGTM > On Mon, Oct 15, 2018 at 2:58 PM Georg Neis wrote: > > > > Summary > > This feature extends the existing syntax for module exports by the form > >

[v8-users] Re: [v8-team] [v8-status-updates] Intent to ship: module namespace exports

2018-10-15 Thread Sathya Gunasekaran
LGTM On Mon, Oct 15, 2018 at 2:58 PM Georg Neis wrote: > > Summary > This feature extends the existing syntax for module exports by the form > export * as foo from "bar" > which is the analogue to the existing form > import * as foo from "bar" > It is equivalent to > import * as _foo from