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 global interfaces redux #62782

Merged
merged 6 commits into from
Oct 18, 2022
Merged

Node global interfaces redux #62782

merged 6 commits into from
Oct 18, 2022

Commits on Oct 18, 2022

  1. [node] First pass at separate tests under lib-dom

    Made "bogus" ts-version subdirectory
    thw0rted committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    180d917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9428d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    916244f View commit details
    Browse the repository at this point in the history
  4. Move DOM tests to root (covering ts4.9)

    Remove ts4.7 directory and move one or two node-specific tests from root
    to ts4.8.
    
    This provides less test coverage; there is no exact duplicate of the
    types being tested. But 4.8 and 4.9 are almost identical and 4.8 is
    supposed to get every change that 4.9 does. So I think that the
    DOM-specific in 4.9 and non-DOM-specific tests in 4.9 will provide
    high-enough quality of coverage.
    sandersn committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    436eaaf View commit details
    Browse the repository at this point in the history
  5. Remove added whitespace

    sandersn committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    79cfad4 View commit details
    Browse the repository at this point in the history
  6. Add missing dom-events tests

    sandersn committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    06f03c5 View commit details
    Browse the repository at this point in the history