Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-10 | Refactor code-style for Rust 1.65 | Hocdoc | 1 | -1/+1 | |
Closes GH-29. Reviewed-by: Titus Wormer <tituswormer@gmail.com> Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-25 | Fix type of `start` on list in mdast | Titus Wormer | 1 | -1/+1 | |
Closes GH-17. Co-authored-by: Christian Murphy <christian.murphy.42@gmail.com> | |||||
2022-10-13 | Add missing test for mdast | Titus Wormer | 1 | -0/+32 | |
2022-10-13 | Add a lot of tests on how mdast, unist work | Titus Wormer | 1 | -36/+917 | |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -3/+3 | |
2022-10-11 | Add improved docs to public api | Titus Wormer | 1 | -10/+12 | |
2022-10-11 | Add support for proper positional info in swc tree | Titus Wormer | 1 | -2/+15 | |
* 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-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -72/+5 | |
2022-09-26 | Add support for compiling to mdast | Titus Wormer | 1 | -298/+497 | |
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-19 | Add structs, enums for `mdast` | Titus Wormer | 1 | -0/+1047 | |