Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix callee evaluation
  • Loading branch information
jd-carroll committed Aug 11, 2023
commit 84c9f4924b44d86147bd53c8052b001d4639c98c
2 changes: 1 addition & 1 deletion lib/util/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function parseNodeRecursive(rootNode, childNode, cb, skipConditional = false, is

parseNodeRecursive(
rootNode,
isUsedByClassNamesPlugin ? prop.key : prop.value,
callee ? prop.key : prop.value,
cb,
skipConditional,
forceIsolation,
Expand Down