| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Closes GH-59.
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
|
|
|
|
|
| |
Closes GH-51.
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This adds support for serializing the mdast syntax tree as JSON,
with serde, through a feature.
Closes GH-10.
Related-to GH-30.
Closes GH-37.
|
|
|
|
|
|
| |
Closes GH-29.
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
|
|
|
|
|
|
| |
Closes GH-17.
Co-authored-by: Christian Murphy <christian.murphy.42@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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`
|
| |
|
|
|
|
| |
See: <https://github.com/syntax-tree/mdast>.
|
|
|