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

More forgiving SvelteComponentDev typings #5937

Merged

Commits on Jan 28, 2021

  1. More forgiving SvelteComponentDev typings

    Add `$$events_def` and `$$slot_def` so that users can do
    ```
    let el: SvelteComponent;
    <SomeComponent bind:this={el} />
    ```
    Without type errors.
    
    Without this change, TS complains that `$$events_def` and `$$slot_def` is missing from `SvelteComponentDev` and therefore cannot be assigned to it.
    Simon Holthausen committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    931c10b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    05c87b5 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Conduitry committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b8014e7 View commit details
    Browse the repository at this point in the history