* Returns the runtime requirements captured during code generation for the * requested module/runtime pair. * @param {Module} module the module * @param {RuntimeSpec} runtime runtime(s) * @returns {ReadOnlyRuntimeRequirements | null} runtime requirements
(module, runtime)
| 127 | * @returns {ReadOnlyRuntimeRequirements | null} runtime requirements |
| 128 | */ |
| 129 | getRuntimeRequirements(module, runtime) { |
| 130 | return this.get(module, runtime).runtimeRequirements; |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Returns an arbitrary metadata entry recorded during code generation. |
no test coverage detected