You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should ignore any literal nodes that are purely whitespace.
That way simply splitting a node accross multiple lines doens't get reported.
```javascript
<div>
{'test'}
</div>
```
0 commit comments