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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
The spec of the decorators proposal has been updated, and now the core-decorators package is out-of-date. This means the examples in the spec are not relevant anymore, as they are example usages based upon that package. I'd like to update the spec document to contain at least one example of each of the following:
function decorator - function
function decorator - usage
class decorator - usage
and maybe
class decorator - function
One example could be a @deprecated-decorator, as it's applicable for both classes and functions.
The text was updated successfully, but these errors were encountered:
Contributions to the specification to add more examples would be really appreciated! Please make updates to the repository at https://github.com/tc39/proposal-decorators , and note that it has changed somewhat over the past year.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The spec of the decorators proposal has been updated, and now the
core-decorators
package is out-of-date. This means the examples in the spec are not relevant anymore, as they are example usages based upon that package. I'd like to update the spec document to contain at least one example of each of the following:and maybe
One example could be a
@deprecated
-decorator, as it's applicable for both classes and functions.The text was updated successfully, but these errors were encountered: