(options: {})
| 471 | } |
| 472 | |
| 473 | optionsHash(options: {}) { |
| 474 | // onProgress is a function, can't be serialized |
| 475 | return JSON.stringify(Object.assign({}, options, {onProgress: null})); |
| 476 | } |
| 477 | |
| 478 | /** |
| 479 | * Ensure we properly report the promise of a build that's happening, |
no outgoing calls
no test coverage detected