remove temporary test thing

parallelize-async-work
ComputerGuy 6 days ago
parent de84f6bea0
commit 0bbc880535

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

Loading…
Cancel
Save