|
|
@ -230,7 +230,7 @@ export function VariableDeclaration(node, context) {
|
|
|
|
if (is_async) {
|
|
|
|
if (is_async) {
|
|
|
|
const location = dev && !is_ignored(init, 'await_waterfall') && locate_node(init);
|
|
|
|
const location = dev && !is_ignored(init, 'await_waterfall') && locate_node(init);
|
|
|
|
let call = b.call(
|
|
|
|
let call = b.call(
|
|
|
|
'$.async_derived' + (parallelize ? '_p' : ''),
|
|
|
|
'$.async_derived',
|
|
|
|
b.thunk(expression, true),
|
|
|
|
b.thunk(expression, true),
|
|
|
|
location ? b.literal(location) : undefined
|
|
|
|
location ? b.literal(location) : undefined
|
|
|
|
);
|
|
|
|
);
|
|
|
|