Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 21, 2020
1 parent 381a622 commit de86a3d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ export function transformPrivateNamesUsage(
file: state,
...handler,
});
body.traverse(privateInVisitor, {
privateNamesMap,
classRef: ref,
file: state,
loose,
});
}

function buildPrivateFieldInitLoose(ref, prop, privateNamesMap) {
Expand Down

0 comments on commit de86a3d

Please sign in to comment.