@@ -27,6 +27,18 @@ You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"H
27
27
[ ![ semantic release] [ semantic-release-img ]] [ semantic-release-url ]
28
28
[ ![ Node Version Required] [ nodeversion-img ]] [ nodeversion-url ]
29
29
30
+ ## Features
31
+
32
+ - ** Always up-to-date:** auto-publish new version when new version of dependency is out, [ Renovate] ( https://renovateapp.com )
33
+ - ** Standard:** using StandardJS, Prettier, SemVer, Semantic Release and conventional commits
34
+ - ** Smart Plugins:** for extending the core API or the end [ Result] ( #result ) , see [ .use] ( #use ) method and [ Plugins Architecture] ( #plugins-architecture )
35
+ - ** Extensible:** using plugins for working directly on AST nodes, see the [ Plugins Architecture] ( #plugins-architecture )
36
+ - ** ES2017 Ready:** by using ` .parseExpression ` method of the [ babylon] [ ] ` v7.x ` parser
37
+ - ** Customization:** allows switching the parser, through ` options.parse `
38
+ - ** Support for:** arrow functions, default parameters, generators and async/await functions
39
+ - ** Stable:** battle-tested in production and against all parsers - [ espree] [ ] , [ acorn] [ ] , [ babylon] [ ]
40
+ - ** Tested:** with [ 275+ tests] ( ./test.js ) for _ 200%_ coverage
41
+
30
42
## Table of Contents
31
43
- [ Install] ( #install )
32
44
- [ API] ( #api )
@@ -252,10 +264,12 @@ Copyright © 2016-2017, [Charlike Mike Reagent](https://i.am.charlike.online). R
252
264
_ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.6.0, on August 10, 2017._
253
265
Project scaffolded using [ charlike-cli] [ ] .
254
266
267
+ [ acorn ] : https://github.com/ternjs/acorn
255
268
[ babylon ] : https://babeljs.io/
256
269
[ charlike-cli ] : https://github.com/tunnckoCore/charlike-cli
257
270
[ charlike ] : https://github.com/tunnckoCore/charlike
258
271
[ define-property ] : https://github.com/jonschlinkert/define-property
272
+ [ espree ] : https://github.com/eslint/espree
259
273
[ execa ] : https://github.com/sindresorhus/execa
260
274
[ function-arguments ] : https://github.com/tunnckocore/function-arguments
261
275
0 commit comments