* Returns whether nothing is deferred. * @returns {boolean} true, when no dependency is deferred
()
| 122 | * @returns {boolean} true, when no dependency is deferred |
| 123 | */ |
| 124 | isEmpty() { |
| 125 | return this._requestToDepGroup.size === 0; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Drops the export-name lookups once no group stays deferred; they only serve |