UNPKG

420 BMarkdownView Raw
1## Parser Streams
2
3 file contents -> extracted comments
4
5Parser streams receive the content returned by input streams and extract
6JSDoc comments. The `javascript` stream goes further and also extracts
7the [abstract syntax tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree)
8of JavaScript source code in order to help `documentation` infer things
9about the source code's structure, like the naming of variables.