summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/mdx-namespace.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 1-1/+1
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-31migrate MDX tests (#9894)Gravatar Alex Nguyen 1-11/+12
2022-08-12[ci] formatGravatar natemoo-re 1-4/+4
2022-08-12Fix namespaced component usage in MDX (#4272)Gravatar Nate Moore 1-0/+83
* fix(#4209): handle namespaced JSX and MDX * chore: add changeset * chore: update lockfile * fix: throw error when componentExport is unresolved * chore: bump compiler * chore: bump compiler * chore: revert example changes Co-authored-by: Nate Moore <nate@astro.build>