ES6 parsing
Open
parsing
- Dominant language
- JavaScript
- Stars
- 598
- Forks
- 371
- PR merge metrics
- No merged PRs in 30d
Description
ES6 features like the shorthand method definition
``` js
/**
* Adds or removed an item from the order.
*
* @param {Object} item The menu item to use
* @param {Boolean} add Whether to add or remove the item
*/
toggle(item, add) {}
```
Do not show up when generating the docs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.