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

[feat] add convenience types ComponentType and ComponentProps #6770

Merged

Commits on Sep 25, 2021

  1. [feat] add convenience SvelteComponentConstructor type

    Eases typing "this is a variable that expects a Svelte component constructor (of a certain shape)". Removes the need for SvelteComponentTyped to be an extra type so it can be deprecated in v4 and removed in v5, and SvelteComponent(Dev) can receive the same generic typings as SvelteComponetTyped in v4.
    Simon Holthausen committed Sep 25, 2021
    Copy the full SHA
    359b3ec View commit details
    Browse the repository at this point in the history
  2. separate type export

    Simon Holthausen committed Sep 25, 2021
    Copy the full SHA
    5fb01cc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. bump ts to 4.0, ensure no new type syntax

    Simon Holthausen committed Sep 26, 2021
    Copy the full SHA
    3bd3107 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Merge branch 'master' into const

    Simon committed Feb 26, 2022
    Copy the full SHA
    2933bff View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Copy the full SHA
    995c509 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Copy the full SHA
    a8e616b View commit details
    Browse the repository at this point in the history
  2. lint

    Simon committed Jun 28, 2022
    Copy the full SHA
    5902668 View commit details
    Browse the repository at this point in the history
  3. Update src/runtime/internal/dev.ts

    Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
    dummdidumm and ivanhofer committed Jun 28, 2022
    Copy the full SHA
    6940665 View commit details
    Browse the repository at this point in the history
  4. Update src/runtime/internal/dev.ts

    Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
    dummdidumm and ivanhofer committed Jun 28, 2022
    Copy the full SHA
    59638bb View commit details
    Browse the repository at this point in the history
  5. Update src/runtime/internal/dev.ts

    Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
    dummdidumm and ivanhofer committed Jun 28, 2022
    Copy the full SHA
    df48d97 View commit details
    Browse the repository at this point in the history
  6. Update src/runtime/internal/dev.ts

    Co-authored-by: Hofer Ivan <ivan.hofer@outlook.com>
    dummdidumm and ivanhofer committed Jun 28, 2022
    Copy the full SHA
    7ea67cf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Update src/runtime/internal/dev.ts

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb committed Jun 29, 2022
    Copy the full SHA
    2709f52 View commit details
    Browse the repository at this point in the history
  2. Update src/runtime/internal/dev.ts

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb committed Jun 29, 2022
    Copy the full SHA
    6082937 View commit details
    Browse the repository at this point in the history
  3. Update src/runtime/internal/dev.ts

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb committed Jun 29, 2022
    Copy the full SHA
    34cb5d2 View commit details
    Browse the repository at this point in the history
  4. rename interfcace, rename file, better generic names, never instead o…

    …f unknown
    Simon committed Jun 29, 2022
    Copy the full SHA
    13cc53c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'sveltecomponentconstructor-type' of https://github.com/…

    …dummdidumm/svelte into sveltecomponentconstructor-type
    Simon committed Jun 29, 2022
    Copy the full SHA
    e38f5b0 View commit details
    Browse the repository at this point in the history
  6. p->options

    Simon committed Jun 29, 2022
    Copy the full SHA
    472c5a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Update src/runtime/internal/dev.ts

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb committed Jul 1, 2022
    Copy the full SHA
    1f4190c View commit details
    Browse the repository at this point in the history
  2. update changelog

    dummdidumm committed Jul 1, 2022
    Copy the full SHA
    a4143c6 View commit details
    Browse the repository at this point in the history