Link to sweet.js gist doing the same
Open
docs
question
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://gist.github.com/natefaubion/8354058
```
macro .. {
rule infix { $lhs:expr | $name:ident () } => {
$lhs.$name.bind($lhs)
}
}
var a = foo..bar();
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked sweet.js gist and the repository's Node-load entry point. Determine whether the issue calls for adopting or documenting that approach; the issue does not define a desired outcome, so confirm the intended result before changing code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100