Skip to content

Commit

Permalink
Update transform-ctf.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Oct 25, 2024
1 parent 63d5689 commit c5ea69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/babel/transform-ctf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ export default function transformCTF(state: State, path: babel.NodePath): void {
destructureVariable(state, p, argument, id),
);
}
p.scope.crawl();
}
}
}
Expand Down

0 comments on commit c5ea69e

Please sign in to comment.