v8-status-updates to BCC

Please don't mix internal and external mailing lists

Sathya Gunasekaran <gsat...@chromium.org> schrieb am Mo., 15. Okt. 2018,
06:22:

> LGTM
> On Mon, Oct 15, 2018 at 2:58 PM Georg Neis <n...@google.com> 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 "bar"; export {_foo as foo}
> > except that it does not introduce a local name (here _foo).
> >
> > Specification
> > https://github.com/tc39/ecma262/pull/1174
> >
> > Contact
> > n...@chromium.org
> >
> > Chrome status entry
> > https://www.chromestatus.com/feature/6439734029058048
> >
> > V8 tracking bug
> > https://bugs.chromium.org/p/v8/issues/detail?id=8101
> >
> > Interoperability and compatibility risk
> > No risks as this is new syntax that results in a syntax error when not
> supported.
> >
> > Is this feature fully tested?
> > Yes, by own (V8) tests as well as Test262 tests.
> >
> > Requesting approval to ship?
> > Yes. Note that since this is a V8/JS feature, this post is just an FYI
> to blink-dev — no signoff from Blink API owners is required.
> >
> > --
> > Georg Neis
> > Software Engineer
> >
> > Google Germany GmbH
> > Erika-Mann-Straße 33
> > 80636 München
> >
> > Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
> > Registergericht und -nummer: Hamburg, HRB 86891
> > Sitz der Gesellschaft: Hamburg
> >
> > Diese E-Mail ist vertraulich. Falls sie diese fälschlicherweise erhalten
> haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter,
> löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen,
> dass die E-Mail an die falsche Person gesendet wurde.
> >
> > This e-mail is confidential. If you received this communication by
> mistake, please don't forward it to anyone else, please erase all copies
> and attachments, and please let me know that it has gone to the wrong
> person.
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "V8 status emails and design docs" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to v8-status-updates+unsubscr...@google.com.
> > To post to this group, send email to v8-status-upda...@google.com.
> > To view this discussion on the web visit
> https://groups.google.com/a/google.com/d/msgid/v8-status-updates/CABT__oFbT23Qh0g9idTfox5_bHr1gDUepYW134yv9iTS4RUubw%40mail.gmail.com
> .
> >
> > --
> > v8-team mailing list
> > v8-t...@google.com
> > https://groups.google.com/a/google.com/group/v8-team
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to