Skip to content

Commit 88bc96d

Browse files
committed
s/esprima/babel, discuss inference
1 parent d11783b commit 88bc96d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ _powerful_ enough to support [JSDoc](http://usejsdoc.org/)'s advanced syntax.
1010

1111
**ES5 and ES6 support of JavaScript, with support for other transpilers a possibility**
1212

13-
Using [espree](https://github.com/eslint/espree), we have support for a wide range of [ES6 features](https://github.com/lukehoban/es6features).
13+
Using [babel](https://babeljs.io/), we have support for a wide range
14+
of [ES6 & ES7 features](https://github.com/lukehoban/es6features), as well
15+
as [Flow](http://flowtype.org/) type annotations.
16+
17+
**Powerful inference**
18+
19+
By statically analyzing your JavaScript code, documentation.js can write
20+
many parts of your documentation for you. It can infer parameter names
21+
and types, class membership, return values from Flow types, and lots more.
1422

1523
**Support for C++**
1624

0 commit comments

Comments
 (0)