Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer the settings type when using unified plugins with settings #596

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

TheOnlyTails
Copy link
Contributor

This enables TypeScript to autocomplete the types of settings passed to unified plugins like so:

mdsvex({
	rehypePlugins: [[rehypeExternalLinks, { target: "_blank" }]]
})

Copy link

changeset-bot bot commented Mar 16, 2024

🦋 Changeset detected

Latest commit: 95ab82b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
mdsvex Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pngwn pngwn merged commit 9187012 into pngwn:master Jun 4, 2024
6 of 7 checks passed
@github-actions github-actions bot mentioned this pull request Jun 4, 2024
@pngwn
Copy link
Owner

pngwn commented Jun 4, 2024

Sorry for the delay! Released now https://github.com/pngwn/MDsveX/releases/tag/mdsvex%400.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants