* Returns runtime value. * @param {GeneratorFn} fn generator function * @param {true | string[] | RuntimeValueOptions=} options options * @returns {RuntimeValue} runtime value
(fn, options)
| 380 | * @returns {RuntimeValue} runtime value |
| 381 | */ |
| 382 | static runtimeValue(fn, options) { |
| 383 | return new RuntimeValue(fn, options); |
| 384 | } |
| 385 | |
| 386 | /** |
| 387 | * Applies the plugin by registering its hooks on the compiler. |
no outgoing calls
no test coverage detected