* Updates enabled using the provided compiler. * @param {Compiler} compiler the compiler instance * @param {LibraryType} type type of library * @returns {void}
(compiler, type)
| 54 | * @returns {void} |
| 55 | */ |
| 56 | static setEnabled(compiler, type) { |
| 57 | getEnabledTypes(compiler).add(type); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Checks enabled. |
nothing calls this directly
no test coverage detected