Alternative syntax for <|
Andreas Rossberg
rossberg at google.com
Wed Nov 16 11:54:10 PST 2011
On 16 November 2011 20:45, Erik Arvidsson <erik.arvidsson at gmail.com> wrote:
> Sorry for being too brief. Today the following works.
>
> f();
> ...
> function f() { ... }
>
> but the following does not:
>
> f();
> ...
> let f = function f() {};
>
> I think it is important that we keep the forward reference behavior
> with classes. This requires a declarative way of defining classes.
Ah, yes, that is a good point!
/Andreas
More information about the es-discuss
mailing list