remove unused param

parallelize-async-work
ComputerGuy 4 days ago
parent dad4889c51
commit b138c6055b

@ -63,7 +63,7 @@ import { VariableDeclaration } from './visitors/VariableDeclaration.js';
/** @type {Visitors} */
const visitors = {
_: function set_scope(node, { path, next, state }) {
_: function set_scope(node, { next, state }) {
const scope = state.scopes.get(node);
if (scope && scope !== state.scope) {

Loading…
Cancel
Save