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

Update svelte-jsx.d.ts #408

Merged
merged 5 commits into from
Aug 2, 2020
Merged

Update svelte-jsx.d.ts #408

merged 5 commits into from
Aug 2, 2020

Commits on Aug 1, 2020

  1. Update svelte-jsx.d.ts

    Adding missing type definitions for on:intro and on:outro start and end events.
    
    ```
    Type '{ onoutrostart: () => boolean; onoutroend: () => boolean; class: string; }' is not assignable to type 'HTMLProps<HTMLDivElement>'.
      Property 'onoutrostart' does not exist on type 'HTMLProps<HTMLDivElement>'.ts(2322)
    ```
    BlackFenix2 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    bcce0c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Update svelte-jsx.d.ts

    BlackFenix2 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    e5d36cf View commit details
    Browse the repository at this point in the history
  2. Update svelte-jsx.d.ts

    separated event types with vanilla dom comment
    BlackFenix2 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    5331892 View commit details
    Browse the repository at this point in the history
  3. Update svelte-jsx.d.ts

    BlackFenix2 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9db432f View commit details
    Browse the repository at this point in the history
  4. ran yarn lint --fix

    BlackFenix2 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    43a5f99 View commit details
    Browse the repository at this point in the history