hotfix: export mondo getLocations

This commit is contained in:
Felix Roos 2025-09-11 19:11:45 +02:00
parent 702e558d1a
commit c42d00f048
No known key found for this signature in database

View file

@ -108,7 +108,7 @@ export function mondo(code, offset = 0) {
return pat.markcss('color: var(--caret,--foreground);text-decoration:underline');
}
let getLocations = (code, offset) => runner.parser.get_locations(code, offset);
export let getLocations = (code, offset) => runner.parser.get_locations(code, offset);
export const mondi = (str, offset) => {
const code = `[${str}]`;