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

Node18 updates and Timer -> Timeout change #1788

Merged
merged 4 commits into from
Mar 21, 2024

Commits on Jan 22, 2024

  1. Convert NodeJS.Timer to NodeJS.Timeout

    variable typing is off with what clearTimeout() is expecting so
    adjusting to match what (clear|set)Timeout() are expecting
    
    Signed-off-by: John 'Warthog9' Hawley <[email protected]>
    warthog9 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cfc2e1e View commit details
    Browse the repository at this point in the history
  2. Set Node16 dependency matching more explicitly so that npm can resolv…

    …e correctly
    
    Signed-off-by: John 'Warthog9' Hawley <[email protected]>
    warthog9 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cdf911d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Create 1788.misc

    Half-Shot authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bd4f5ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7703d3d View commit details
    Browse the repository at this point in the history