🎉 TypeScript re-write #9

Merged
NickantX merged 2 commits from typescript into master 2022-05-25 11:15:54 -07:00
NickantX commented 2022-03-12 23:56:58 -08:00 (Migrated from github.com)

Adds full support for TypeScript to TinyGesture!

  • TinyGesture instances take a generic that extends HTMLElement
  • Intellisense for event listeners (event names and callback function params)

Things to note:

  • The compiled JS output and declaration file is included in this commit to keep the GitHub Pages site working
  • Some fields/methods could (and likely should) be marked as "private" before this gets merged
Adds full support for TypeScript to TinyGesture! - TinyGesture instances take a generic that extends HTMLElement - Intellisense for event listeners (event names and callback function params) Things to note: - The compiled JS output and declaration file is included in this commit to keep the GitHub Pages site working - Some fields/methods could (and likely should) be marked as "private" before this gets merged
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sciactive/tinygesture!9
No description provided.