-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current State of Decorators #75
Comments
There's an ECMA meeting being held in a couple of days on the 25th May in Munich. @wycats will be discussing the proposal and will hopefully have some good feedback. You can see the agenda here and find the the notes after. |
@marklundin Might I perhaps point you towards tc39/proposal-class-public-fields#38 (tc39/proposal-class-public-fields#38 (comment)) which will solve existing issues we have when decorating such initialized properties, see jayphelps/core-decorators#62 (comment). Also, I believe, that #70 and #66 should also be on the radar. |
You can see some of the discussion from the previous meeting in Jan when. Lots of interesting points raised. |
Is there an updated document since the May meeting? Is there a short diff on what changed since the recent meeting for decorators? |
There's an open PR with Mays notes here https://github.com/rwaldron/tc39-notes/pull/45/files#diff-2 It's quite the read, but the long and short is it didn't advance to stage 2. |
@marklundin thanks for the update. bummer. |
For any interested, the July tc39 meeting took place last week. Decorators are now in stage 2. For all involved, good work. Notes from the meeting are found here. |
@quicksilver7 now, IMHO the process is flawed. it should be more open in that the ongoing discussions here are participated by the people who are responsible for making the proposal happen by working out the specification details. as of now, there was no participation whatsoever on behalf of @wycats. |
@silkentrance I'm really sorry. The specification and discussion moved to a repo in the tc39 org (https://github.com/tc39/proposal-decorators) and I left this open to allow any open conversations (especially about future features, like parameter and function decorators) to continue. If you think it makes sense, I can turn this repo into a redirect or modify the readme to point people to the right place. |
Yes please! A prominent link at the top of the readme would have prevented me wasting the last hour of my life :) |
Thanks for all the work that has been put into designing this feature.
I noticed that it was removed from Babel (currently available as a legacy plugin), and that the last commit was made in November.
I am curious what the current state of this feature is from the designer's perspective. Is it still being actively developed? What are the current issues holding delaying it? Are there any opportunities for others to assist?
The text was updated successfully, but these errors were encountered: