KatChaotic / sveltedoc-parser

Generate a JSON documentation for a Svelte (https://github.com/sveltejs/svelte) component
https://www.npmjs.com/package/sveltedoc-parser
MIT License
90 stars 7 forks source link

Add support for Self and Trusted event modifiers #80

Closed alexprey closed 2 years ago

alexprey commented 3 years ago

Add support for self and trusted even modifiers https://svelte.dev/docs#on_element_event

  1. Extend typings.d.ts
  2. Add unit tests to cover all event modifiers
  3. Add support for new event modifiers if it was missed