This commit is contained in:
2026-01-16 22:49:00 +01:00
parent 0b23e70fc9
commit f18dd5b0f9
209 changed files with 2921 additions and 2129 deletions

View File

@@ -111,7 +111,7 @@ function loadExcelRows(filePath: string): ExcelRow[] {
/**
* Build the Excel index from all source files
*/
function getExcelIndex(): Map<string, ExcelMatch> {
export function getExcelIndex(): Map<string, ExcelMatch> {
if (EXCEL_INDEX) return EXCEL_INDEX;
const idx = new Map<string, ExcelMatch>();