remove temporary test thing

parallelize-async-work
ComputerGuy 1 week ago
parent de84f6bea0
commit 0bbc880535

@ -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
); );

Loading…
Cancel
Save