Skip to content

Commit b138c60

Browse files
committed
remove unused param
1 parent dad4889 commit b138c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/transform-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { VariableDeclaration } from './visitors/VariableDeclaration.js';
6363

6464
/** @type {Visitors} */
6565
const visitors = {
66-
_: function set_scope(node, { path, next, state }) {
66+
_: function set_scope(node, { next, state }) {
6767
const scope = state.scopes.get(node);
6868

6969
if (scope && scope !== state.scope) {

0 commit comments

Comments
 (0)