()
| 30 | } |
| 31 | |
| 32 | function themeIDs() { |
| 33 | if (ids) return ids |
| 34 | ids = Object.keys(getFiles()) |
| 35 | .map((path) => path.slice("./themes/".length, -".json".length)) |
| 36 | .sort() |
| 37 | return ids |
| 38 | } |
| 39 | |
| 40 | function knownThemes() { |
| 41 | if (known) return known |
no test coverage detected