source-error 0.1.0

A magical type for displaying source file errors
Documentation
1
2
3
4
5
6
7
8
9
⚠️ error: something is definitely wrong here

   at ../tests/source.json:3:4

   1 |{
   2 |  "foo": {
>  3 |    "bar": "baz",
   4 |    "boom": {
   5 |      "zoom": true