Fix IsCalculationSafe.visitBinaryOperationExpression (#2524) This was previously checking whether *either* operator was calculation-safe, when in fact it should check that *both* are. Closes #2523
Recent Commits to dart-sass:main
-
Fix IsCalculationSafe.visitBinaryOperationExpression (#2524)
-
Add support for parsing interpolated function calls (#2521)
Add support for parsing interpolated function calls (#2521) Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>