dart-sass/lib
Nate Bosch 6b35eb633e
Remove some dead code (#1565)
This change preserves behavior, though the current behavior has the
appearance of a bug so an author more familiar with the intention may
want to add a test.

There are no assignments to `first` so the conditional can be removed.
When building internally the analyze is surfacing a `dead_code`
diagnostic which needs to be ignored. Fixing the code will allow us to
remove the ignore.

I don't know why the diagnostic does not show up when analyzing using
the external analyzer.
https://github.com/dart-lang/sdk/issues/47837
2021-12-11 00:58:44 +00:00
..
src Remove some dead code (#1565) 2021-12-11 00:58:44 +00:00
sass.dart Avoid creating zone variables inside _EvaluateVisitor 2021-10-20 16:36:52 -07:00