On 17 December 2013 18:59, Andrea Giammarchi <[email protected]>wrote:
> > While in advance mode and no special flags it just breaks resulting in: > > `(new WeakMap).a(Object);` > > This is not related to it being a reserved word: Closure compiler will rename anything that isn't quoted or declared in an externs file. The standard externs files presumably don't declare WeakMap yet, so that's why it's getting renamed. Nick
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

