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

node: Backport #59905 to ts4.8 #62629

Merged
merged 1 commit into from
Oct 10, 2022

Commits on Oct 9, 2022

  1. node: Backport DefinitelyTyped#59905 to ts4.8

    Node.js types are currently out of sync between TS 4.9+ and TS <= 4.8
    variants. Specifically, PR DefinitelyTyped#59905 introduced many changes that were not
    copied over to ts4.8. This patch is an exact copy of that PR, but
    applied to ts4.8. The goal is that `@types/node` behaves the same on all
    versions of TypeScript.
    meyfa committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e13e1b9 View commit details
    Browse the repository at this point in the history