estree-util-visit
esast (and estree) utility to visit nodes
esast (and estree) utility to visit nodes
esast utility to transform from estree
unist utility to get a position from an estree node
Recma plugin to set the default value `() => null` for the Components in MDX in case of missing or not provided.
recma plugin to make @mdx-js/loader play nice with @next/image for static pages
The collection of useful remark, rehype, recma, mdx plugins and rehype handlers for markdown / MDX
recma plugin to transform HTML (hast) to JS (estree)
Enable using the `xdm` library for MDX in Next.js
recma plugin to add support for minifying code
Generate getStaticProps exposing top level identifiers
recma plugin to parse JavaScript
recma plugin to serialize JavaScript
JavaScript processor powered by plugins part of the unified collective
recma plugin to attach named exports to the default export
recma plugin to add support for parsing and serializing JSX
A recma plugin to expose the filepath as a named export
recma plugin to import image sources
recma plugin to add support for parsing and serializing JSX
It is a recma plugin which converts import declarations for assets and media with relative links into variable declarations with string URLs in the compiled MDX source
This recma plugin changes the 'props' parameter into '_props' in the function '_createMdxContent'; and makes appropriate changes in order to be able to use the expression containing for example {props.foo} in the mdx.