Commit 7defb4a
committed
don't show null mappings
The "source-map" library returns null for the original line/column in cases where we previously showed 0 and -1 for the line and column. It seems better to just omit it instead since 0 and -1 are not numbers encoded in the source map.1 parent 9123494 commit 7defb4a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | | - | |
| 1300 | + | |
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
| |||
0 commit comments