wip
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user