Brendan Eich <mailto:[email protected]>
January 21, 2012 4:39 PM

Er, const, I hope -- not let. Right?

And _the_real_foo should be expanded:

  {
    private foo;
    ...
  }

desugars to

  {
    const foo = Name.create("foo");
    ...
  }

with Name.create imported appropriately.

/be
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to