mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
fix: enable locations again
This commit is contained in:
parent
6359bbe139
commit
a71a167133
@ -9,7 +9,7 @@ export function transpiler(input, options = {}) {
|
||||
let ast = parse(input, {
|
||||
ecmaVersion: 2022,
|
||||
allowAwaitOutsideFunction: true,
|
||||
locations: false,
|
||||
locations: true,
|
||||
});
|
||||
|
||||
let miniLocations = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user