Breaking since 1.2.4
- Removed the streaming interface (
.createExplainStream()
).
The main (and possibly only) benefit of streams is the ability to receive and process data as it is being created, without first needing to wait for the data source to finish. However, jsdoc-api was unable to supply output to .createExplainStream()
before the underlying jsdoc
process had completed, thus leaving no reason for the streaming interface to exist.