Ron Buckton (2015-05-14T20:55:49.000Z)
d at domenic.me (2015-06-01T18:10:53.173Z)
I proposed something similar to this among the folks investigating decorators for ES7: https://github.com/jonathandturner/decorators/issues/17 In this case, it was for a `const function`, as a means to allow a decorator on a function declaration, as adding the `const` (or `let`) would introduce TDZ and set the right expectations for how decorators would be executed.