This caused stylecleanup to crash as it has no valid binding for the file.
Test Plan:
I tested my change against a file that had this syntax in it and it didn't crash (it also didn't analyze the StyleSheet, but I think that's ok since this is a pretty non-traditional situation).
There was a StyleSheet that was immediately destructured, like so:
This caused stylecleanup to crash as it has no valid binding for the file.
Test Plan: I tested my change against a file that had this syntax in it and it didn't crash (it also didn't analyze the StyleSheet, but I think that's ok since this is a pretty non-traditional situation).