* Returns the estimated size for the requested source type. * @param {string=} type the source type for which the size should be estimated * @returns {number} the estimated size of the module (must be non-zero)
(type)
| 138 | * @returns {number} the estimated size of the module (must be non-zero) |
| 139 | */ |
| 140 | size(type) { |
| 141 | return 6; |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Returns the source types this module can generate. |