You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent version of the decorators proposal (which seems likely to advance) changes the structure of the data decorators receive. It also restricts method decorators to only appear in class bodies.
As far as I know, major implementations (e.g. TypeScript and Babel) haven't moved to the new spec yet, but when they do it may require breaking changes here to support, so we should consider a possible 2.0 release.
The text was updated successfully, but these errors were encountered:
The most recent version of the decorators proposal (which seems likely to advance) changes the structure of the data decorators receive. It also restricts method decorators to only appear in class bodies.
As far as I know, major implementations (e.g. TypeScript and Babel) haven't moved to the new spec yet, but when they do it may require breaking changes here to support, so we should consider a possible 2.0 release.
The text was updated successfully, but these errors were encountered: