* Schedules a build of the module object * @param {Module} module module to be built * @param {ModuleCallback} callback the callback * @returns {void}
(module, callback)
| 1681 | * @returns {void} |
| 1682 | */ |
| 1683 | buildModule(module, callback) { |
| 1684 | this.buildQueue.add(module, callback); |
| 1685 | } |
| 1686 | |
| 1687 | /** |
| 1688 | * Builds the module object |
no test coverage detected