Skip to content

Commit

Permalink
Update turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Jan 14, 2025
1 parent 7bbf5c0 commit f2bec0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,6 @@ impl VisitAstPath for Analyzer<'_> {
))
);

//
if !is_lhs {
if let Some(prop) = self.eval_context.eval_member_prop(&member.prop) {
if let Some(prop_str) = prop.as_str() {
Expand Down

0 comments on commit f2bec0b

Please # to comment.