Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jul 12, 2023
1 parent 78c1e24 commit 64240f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-traverse/src/path/modification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,5 @@ export function hoist<T extends t.Node>(
scope: Scope = this.scope,
) {
const hoister = new PathHoister<T>(this, scope);
return hoister.run();
hoister.run();
}

0 comments on commit 64240f9

Please sign in to comment.