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

[Draft] Ts fixes #230

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

[Draft] Ts fixes #230

wants to merge 15 commits into from

Commits on Aug 15, 2024

  1. Lower-case Number type synonym

    See discussion in #218
    
    While 'Number' is a valid JSDoc type synonym the lower-case variant
    is used to avoid confusion.
    rgieseke committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c23c0fa View commit details
    Browse the repository at this point in the history
  2. Lower-case String type synonym

    See discussion in #218
    
    While 'String' is a valid JSDoc type synonym the lower-case variant
    is used to avoid confusion.
    rgieseke committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9cd1966 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add type information for mousemove event

    This also adds a JSDoc typecast for the 'layerX'/'layerY' values.
    rgieseke committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4c7b4d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #226 from rgieseke/lower-case-type-synonyms

    Lower-case type synonym for Number
    mhkeller authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    22cdbf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e176fee View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    mhkeller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d1fc2b8 View commit details
    Browse the repository at this point in the history
  5. remove whitespace

    mhkeller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9e071ff View commit details
    Browse the repository at this point in the history
  6. fix number regression

    mhkeller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9313937 View commit details
    Browse the repository at this point in the history
  7. remove whitespace

    mhkeller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8a4823b View commit details
    Browse the repository at this point in the history
  8. remove whitespace

    mhkeller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    779df38 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #227 from rgieseke/lower-case-type-synonym-string

    Lower-case String type synonym
    mhkeller authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3c0a9d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1235874 View commit details
    Browse the repository at this point in the history
  11. remove log

    mhkeller committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    da3abbf View commit details
    Browse the repository at this point in the history
  12. Merge pull request #229 from rgieseke/typescript-fixes-mouseevent

    Add type information for mousemove event
    mhkeller authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fa94719 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de48d53 View commit details
    Browse the repository at this point in the history