You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,15 @@ _powerful_ enough to support [JSDoc](http://usejsdoc.org/)'s advanced syntax.
10
10
11
11
**ES5 and ES6 support of JavaScript, with support for other transpilers a possibility**
12
12
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.
0 commit comments