fix: enable locations again

This commit is contained in:
Felix Roos 2024-03-17 03:16:17 +01:00
parent 6359bbe139
commit a71a167133

View File

@ -9,7 +9,7 @@ export function transpiler(input, options = {}) {
let ast = parse(input, {
ecmaVersion: 2022,
allowAwaitOutsideFunction: true,
locations: false,
locations: true,
});
let miniLocations = [];