This is like what wooorm/mdxjs-rs#43 achieves but is implemented in the markdown parser, so that all errors can be the same struct, instead of only some.
It also follows vfile-message, the JavaScript counterpart, so that errors are similar in JavaScript and Rust.
This is like what wooorm/mdxjs-rs#43 achieves but is implemented in the markdown parser, so that all errors can be the same struct, instead of only some.
It also follows
vfile-message
, the JavaScript counterpart, so that errors are similar in JavaScript and Rust.Closes GH-108. Closes: wooorm/mdxjs-rs#42. Closes: wooorm/mdxjs-rs#43.
/cc @kdy1: this stores clean positional info on errors, is this what you want?