-
Notifications
You must be signed in to change notification settings - Fork 214
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
Cannot name a decorator flags
lib
linter
or onEmit
(special exports)
#3719
Labels
bug
Something isn't working
compiler:core
Issues for @typespec/compiler
design:accepted
Proposal for design has been discussed and accepted.
triaged:core
Milestone
Comments
timotheeguerin
changed the title
Cannot name a decorator
Cannot name a decorator Jul 1, 2024
flags
lib
or onEmit
(special exports)flags
lib
linter
or onEmit
(special exports)
timotheeguerin
added
the
design:needed
A design request has been raised that needs a proposal
label
Jul 1, 2024
Option 1: USe
|
markcowl
added
triaged:core
compiler:core
Issues for @typespec/compiler
and removed
needs-area
labels
Jul 15, 2024
timotheeguerin
added
design:accepted
Proposal for design has been discussed and accepted.
and removed
design:needed
A design request has been raised that needs a proposal
labels
Jul 17, 2024
|
est: 5 |
sarangan12
pushed a commit
to sarangan12/typespec
that referenced
this issue
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
compiler:core
Issues for @typespec/compiler
design:accepted
Proposal for design has been discussed and accepted.
triaged:core
Problem
Cannot name a decorator
flags
lib
linter
oronEmit
(special exports)Due to how to use certain reserved name in JS we cannot name a decorator with those names
Add a new
$decorators
exportwe can additionally provide a typed helper
Additional items
The text was updated successfully, but these errors were encountered: