Commit 18a3597
committed
Fixed empty literal detection
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>
```1 parent d81e03c commit 18a3597
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments