concat
steal-tools.streams.concat
Create a stream of BuildResult objects.
stealTools.streams.concat()
Returns
{Stream<BuildResult>}
A stream of objects that contains the dependency graph, bundles, and loader used to perform the trace.
Use
The concat stream is used to concatenate the source code from a bundle and (optionally) create source maps.
This API must be used in conjuction with [steal-tools.streams.transpileAndBundle].