This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 659
📎 EcmaScript @decorators
#4252
Labels
A-Formatter
Area: formatter
A-Linter
Area: linter
A-Parser
Area: parser
L-JavaScript
Langauge: JavaScript
task
A task, an action that needs to be performed
Milestone
Comments
Conaclos
added
task
A task, an action that needs to be performed
A-Linter
Area: linter
A-Formatter
Area: formatter
L-JavaScript
Langauge: JavaScript
labels
Mar 2, 2023
1 task
Can I take it? 🤔 |
@denbezrukov of course! Assigned :) |
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 8, 2023
Implement basic decorator cases for classes
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 13, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 14, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 16, 2023
class member
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 16, 2023
class member
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 17, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 18, 2023
export default
denbezrukov
added a commit
that referenced
this issue
Apr 19, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 19, 2023
feat(rome_js_parser): EcmaScript @decorators #4252
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 19, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 19, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 19, 2023
1 task
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 23, 2023
denbezrukov
added a commit
to denbezrukov/tools
that referenced
this issue
Apr 23, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 25, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 25, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 26, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 26, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 26, 2023
feat(rome_js_parser): EcmaScript @decorators #4252
denbezrukov
added a commit
that referenced
this issue
Apr 27, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 29, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
Apr 30, 2023
denbezrukov
added a commit
that referenced
this issue
May 1, 2023
denbezrukov
added a commit
that referenced
this issue
May 1, 2023
denbezrukov
added a commit
that referenced
this issue
May 1, 2023
denbezrukov
added a commit
that referenced
this issue
May 1, 2023
denbezrukov
added a commit
that referenced
this issue
May 2, 2023
Please don't close the issue. We still need to implement the formatter. |
denbezrukov
added a commit
that referenced
this issue
May 7, 2023
denbezrukov
added a commit
that referenced
this issue
May 8, 2023
denbezrukov
added a commit
that referenced
this issue
May 8, 2023
feat(rome_js_formatter): EcmaScript @decorators #4252
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-Formatter
Area: formatter
A-Linter
Area: linter
A-Parser
Area: parser
L-JavaScript
Langauge: JavaScript
task
A task, an action that needs to be performed
Description
Description
Add parsing and formatter support for EcmaScript decorators.
The decorator proposal is currently at stage 3.
It is implemented by TypeScript in the 5.0 version. See the TypeScript PR.
Related issues:
The text was updated successfully, but these errors were encountered: