mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
6b35eb633e
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 |
||
---|---|---|
.. | ||
src | ||
sass.dart |