aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils/to_swc.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor test utilities to improve namesLibravatar Titus Wormer2022-10-111-756/+0
|
* Add support for proper positional info in swc treeLibravatar Titus Wormer2022-10-111-41/+37
| | | | | | | | | | * 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 form feeds as html whitespaceLibravatar Titus Wormer2022-10-051-2/+1
|
* Refactor to share a test utilityLibravatar Titus Wormer2022-10-041-2/+0
|
* Add support for creating a component, using layoutLibravatar Titus Wormer2022-10-031-2/+51
|
* Add support for turning hast into swcLibravatar Titus Wormer2022-09-301-0/+714