This content has moved here: https://2ality.com/2022/10/javascript-decorators.html#history-of-decorators
Last active
October 19, 2022 13:53
-
-
Save rauschma/fded5ce0a662e3ec6daef5738e416113 to your computer and use it in GitHub Desktop.
A valid link to the slide deck for the April 2014 presentation is http://archives.ecma-international.org/2014/misc/2014misc3.pdf
Traceur had an experimental feature called annotations which was contributed by the Angular team.
It had the same syntax as decorators but didn't change the semantics of the code. Instead it added meta data to objects that could later be inspected and used for whatever one wanted.
Initial commit:
Thanks @arv! I’ve mentioned Traceur (fond memories of ES6 times!) here: https://2ality.com/2022/10/javascript-decorators.html#history-of-decorators
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the effort in doing this!
Idea: We should have
history.md
as part of the proposal's repo!