fix: enable locations again
This commit is contained in:
parent
6359bbe139
commit
a71a167133
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export function transpiler(input, options = {}) {
|
||||||
let ast = parse(input, {
|
let ast = parse(input, {
|
||||||
ecmaVersion: 2022,
|
ecmaVersion: 2022,
|
||||||
allowAwaitOutsideFunction: true,
|
allowAwaitOutsideFunction: true,
|
||||||
locations: false,
|
locations: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
let miniLocations = [];
|
let miniLocations = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue