* 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)
| 353 | * @returns {number} the estimated size of the module (must be non-zero) |
| 354 | */ |
| 355 | size(type) { |
| 356 | return 200; |
| 357 | } |
| 358 | |
| 359 | /** |
| 360 | * Generates code and runtime requirements for this module. |