parallelize-async-work
ComputerGuy 5 days ago committed by GitHub
parent 76b47d7270
commit f57ec19efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ export function can_be_parallelized(expression, scope, analysis) {
let should_stop = false;
/** @type {Set<string>} */
const references = new Set();
walk(expression, null, {
walk(/** @type {Node} */ (expression), null, {
ArrowFunctionExpression(_, { stop }) {
has_closures = true;
stop();

Loading…
Cancel
Save