babel / babel/proposals

Function Expression Decorators (Stage 0)

Open
#39 6 comments 0 reactions 0 assignees View on GitHub
Proposal Issue Status: Not Started
Dominant language
No language data
Stars
435
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Author: @IgorMinar
Spec doc: https://docs.google.com/document/d/1ikxIP5-RVYq6d_f8lAvf3pKC00W78ueyp-xIZ6q67uU/edit#
Spec Repo: N/A
Related proposals: https://github.com/tc39/proposal-decorators, https://docs.google.com/document/d/1Qpkqf_8NzAwfD8LdnqPjXAQ2wwh8BBUGynhn-ZlCWT0/edit

### Example

```javascript
scheduleForFrequentReexecution(@memoize function(value) {
value++
});
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked Google specification, the TC39 decorators proposal, and the related proposal document. The issue names no repository files, tests, or implementation entry point, and it does not define a concrete completion criterion beyond exploring the Stage 0 proposal.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.