aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/mdx_jsx_text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-09Add docs to mdx jsxLibravatar Titus Wormer1-3/+43
2022-09-08Add support for mdx jsx (flow)Libravatar Titus Wormer1-1/+4
2022-09-08Refactor to move jsx parsing to partialLibravatar Titus Wormer1-945/+11
2022-09-08Add tests for mdx jsx (text)Libravatar Titus Wormer1-11/+36
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-47/+41
2022-09-07Add support for unicode identifiers in JSXLibravatar Titus Wormer1-24/+95
2022-09-06Add initial states for MDX JSX (text)Libravatar Titus Wormer1-0/+877