Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -3/+3 |
| | |||||
* | Refactor test utilities to improve names | Titus Wormer | 2022-10-11 | 1 | -3/+2 |
| | |||||
* | Refactor to use a bunch of `into` | Titus Wormer | 2022-10-11 | 1 | -12/+8 |
| | |||||
* | Add support for proper positional info in swc tree | Titus Wormer | 2022-10-11 | 1 | -51/+94 |
| | | | | | | | | | | * 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` | ||||
* | Add support for rewriting JSX | Titus Wormer | 2022-10-05 | 1 | -0/+2 |
| | |||||
* | Refactor to share a test utility | Titus Wormer | 2022-10-04 | 1 | -1/+28 |
| | |||||
* | Add support for turning hast into swc | Titus Wormer | 2022-09-30 | 1 | -4/+97 |
| | |||||
* | Add note on future idea | Titus Wormer | 2022-09-29 | 1 | -0/+4 |
| | |||||
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -0/+247 |