Skip to content

[Feature Request]: Add satisfies support to csf-tools #20033

Closed

Description

Is your feature request related to a problem? Please describe

satisfies is a new TS 4.9 language feature, but our csf-tools does not support it yet.

const meta = {
  component: Button
} satisfies Meta<typeof Button>;

Describe the solution you'd like

Examples like the above parse cleanly & correctly

Describe alternatives you've considered

No response

Are you able to assist to bring the feature to reality?

yes, I can

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions