All of the features are in src/data/esnext.js. To add a feature provide the following information:
- Name
- Stage or ES Version
- Example usages
- Link to documentation for the proposal or feature
For example:
{
docLink: 'http://mozilla.com/mdn',
examples: [
'function(firstArg, ...rest)',
'{ ...props }',
'[arrayElements, ...moreElements]'
],
tag: 3,
title: 'Spread operator'
}
Feel free to branch and file a PR with your addition.
We're using waffle to organize issues into tasks to help improve the codebase. Check it out here: https://waffle.io/wbeard/escheatsheets.
Clone the repo & file a PR with your changes. They'll be reviewed and merged as soon as possible.