mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Also: * Moves reduction out of parsers so that they don't have awkward function signatures
Input Streams
Input streams are the source of content for documentation: they typically
accept an array of indexes: filenames as strings. They can return
the contents of those files, like in shallow.js, or go further and
resolve dependencies between modules, like in dependency.js.
As such, they are Readable streams.