aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils/to_document.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-11Refactor test utilities to improve namesLibravatar Titus Wormer1-658/+0
2022-10-11Add support for proper positional info in swc treeLibravatar Titus Wormer1-16/+49
* 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-10-06Refactor to improve `to_hast` internalsLibravatar Titus Wormer1-7/+11
2022-10-05Add support for rewriting JSXLibravatar Titus Wormer1-2/+10
2022-10-04Refactor to share a test utilityLibravatar Titus Wormer1-24/+36
2022-10-03Add support for creating a component, using layoutLibravatar Titus Wormer1-0/+601