rehype-pretty / rehype-pretty-code

Beautiful code blocks for Markdown or MDX.

Home Page:https://rehype-pretty.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Types are no lonnger exported from the NPM package

mwskwong opened this issue · comments

After installing the latest version, observe the content of dist/index.d.ts. The only export is rehypePrettyCode() all the types are still present but are no longer exported.

Seen the same behaviour in version 0.12.4. Relates to the move to tsup/esbuild.
Adding export * from './types to src/index.ts should solve this.
@atomiks are you accepting PRs for this?

Sorry! Yes @mburumaxwell feel free