Closed
Description
Here's the generated docs: http://iliastsangaris.com/rawjs/
And here's an example file in the source code: https://github.com/ilias-t/rawjs/blob/master/src/LinkedList/index.js
Not sure why the docs aren't honoring any of the flow annotations.
Activity
celicoo commentedon Apr 11, 2018
Same issue here.
tmcw commentedon Apr 11, 2018
My suspicion is that this example code is using the class properties transform, and we don't yet parse that AST variety.
feat(inferTypes): Support class properties
feat(inferTypes): Support class properties