UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

14 lines (7 loc) 372 B
@typedef {{}} steal-tools.BuildResult BuildResult @parent steal-tools.types The result if a [steal-tools.build multi-build]. @option {buildGraph} graph A map of moduleNames to node. @option {steal} steal The steal function used to load the main module. @option {Loader} loader The loader used to load the main module. @option {Array} bundles The builds written out.