Skip to content

Commit

Permalink
fix: inner graph for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 23, 2024
1 parent 3022995 commit c8d9d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/optimize/InnerGraphPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ class InnerGraphPlugin {
) {
InnerGraph.setTopLevelSymbol(parser.state, fn);
onUsageSuper(expr);
InnerGraph.setTopLevelSymbol(parser.state, undefined);
}
}
}
Expand Down

0 comments on commit c8d9d97

Please sign in to comment.