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

Add partial interface exports #457

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Conversation

Roang-zero1
Copy link
Contributor

With this an export for partial interfaces of option parameters is added.
These can be used in projects depending on remark to type their option parameters.
Fixes #452

With this we export partial interfaces for option parameters which will
be completed with default values.
@wooorm
Copy link
Member

wooorm commented Dec 9, 2019

What is the SemVer impact of this?

@ChristianMurphy ChristianMurphy added the 🧒 semver/minor This is backwards-compatible change label Dec 9, 2019
@ChristianMurphy
Copy link
Member

This leaves the existing interface and adds a new alias, I'd say SemVer Minor

@wooorm wooorm merged commit 24cd52d into remarkjs:master Dec 9, 2019
@wooorm wooorm added ☂️ area/types This affects typings 🦋 type/enhancement This is great to have 💪 phase/solved Post is done labels Dec 9, 2019
@wooorm wooorm added the 💪 phase/solved Post is done label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☂️ area/types This affects typings 💪 phase/solved Post is done 🧒 semver/minor This is backwards-compatible change 🦋 type/enhancement This is great to have
Development

Successfully merging this pull request may close these issues.

Improve types for option interfaces
4 participants