Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-13 | Add a lot of tests on how mdast, unist work | 1 | -5/+233 | ||
2022-10-13 | Rename crate to `markdown` | 1 | -3/+3 | ||
2022-10-11 | Refactor test utilities to improve names | 1 | -2/+5 | ||
2022-10-11 | Refactor to use a bunch of `into` | 1 | -1/+1 | ||
2022-10-11 | Add support for proper positional info in swc tree | 1 | -2/+8 | ||
* Fix some positional info in SWC error messages * Add positional info in `to_document` on duplicate layouts * Add support for `path` on `Program` (`to_swc`, `to_document`, `jsx_rewrite`), for the path of a file on disk * Add support for `development` to `jsx-rewrite`, which when defined will embed info on where tags were written into the runtime code when they are not passed * Refactor to move some utilities to `micromark_swc_utils.rs`, `swc_utils.rs` | |||||
2022-09-30 | Add support for turning hast into swc | 1 | -16/+9 | ||
2022-09-28 | Add support for turning mdast to hast | 1 | -0/+279 | ||