Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GFM task list checkboxes followed by eol | Titus Wormer | 2022-11-25 | 1 | -45/+47 |
| | | | | Closes GH-24. | ||||
* | Refactor code-style for Rust 1.65 | Hocdoc | 2022-11-10 | 1 | -1/+1 |
| | | | | | | Closes GH-29. Reviewed-by: Titus Wormer <tituswormer@gmail.com> Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | ||||
* | Remove some unused code around slices | Titus Wormer | 2022-10-14 | 1 | -6/+3 |
| | |||||
* | Refactor some code to improve coverage | Titus Wormer | 2022-10-13 | 1 | -14/+6 |
| | |||||
* | Fix cr, crlf in code (fenced) for mdast | Titus Wormer | 2022-10-13 | 1 | -3/+3 |
| | |||||
* | Refactor to use a bunch of `into` | Titus Wormer | 2022-10-11 | 1 | -3/+3 |
| | |||||
* | Add some missing internal docs | Titus Wormer | 2022-10-11 | 1 | -4/+33 |
| | |||||
* | Add support for proper positional info in swc tree | Titus Wormer | 2022-10-11 | 1 | -62/+91 |
| | | | | | | | | | | * 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 HTML 4 character references in JSX attributes | Titus Wormer | 2022-10-06 | 1 | -11/+9 |
| | |||||
* | Add support for turning hast into swc | Titus Wormer | 2022-09-30 | 1 | -7/+0 |
| | |||||
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -3/+3 |
| | |||||
* | Add support for compiling to mdast | Titus Wormer | 2022-09-26 | 1 | -27/+1735 |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | Add structs, enums for `mdast` | Titus Wormer | 2022-09-19 | 1 | -0/+40 |