arguments.new.target makes more sense to me. If we do want to move towards keyword.identifier being a normal occurance, then I think new.target is perfectly reasonable. I'm all for that, and it makes the job of tooling a lot simpler where it's used.
In the current draft, is new["target"] a syntax error, or equivalent to new.target? On Sat, Jan 17, 2015 at 12:20 PM, Kevin Smith <[email protected]> wrote: > > > Once this idea is in play, It also seems like a good solution for some > other extensions we have grapple with. Consider, for example: > > function.callee > > function.arguments > > module.name > > or yield.input > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss > >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

