(fn)
| 1908 | * @returns {void} |
| 1909 | */ |
| 1910 | const forEachEntry = (fn) => { |
| 1911 | for (const name of Object.keys(entry)) { |
| 1912 | fn(/** @type {{ [k: string]: EntryDescription }} */ (entry)[name]); |
| 1913 | } |
| 1914 | }; |
| 1915 | A(output, "enabledLibraryTypes", () => { |
| 1916 | /** @type {LibraryType[]} */ |
| 1917 | const enabledLibraryTypes = []; |
no test coverage detected