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] remove lib: "dom"; add global Event and EventTarget, fix other global types #59905

Merged
merged 16 commits into from Oct 3, 2022

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    d9fef11 View commit details
    Browse the repository at this point in the history
  2. [node] Remove "dom" lib ref, add DOM-like Event

    Remove global WebAssembly refs from tests, not defined yet
    
    Also, test all exports from stream/consumers
    thw0rted committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    715df24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    783e9dd View commit details
    Browse the repository at this point in the history
  4. [node] Take out top level Event declaration

    Conditional declaration isn't working in TS 4.7
    thw0rted committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2770063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81b61c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Missed one reference

    thw0rted committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    00417c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    a49481d View commit details
    Browse the repository at this point in the history
  2. Bring tests up to date with latest master branch

    Expose global Blob, added in v18
    Expose global TextEncoder, since we're not getting it from lib-dom
    thw0rted committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9060bc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    70a166f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Expose Event/EventTarget globally

    Rename fictional module, add note about not importing from it
    thw0rted committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4ef8e7e View commit details
    Browse the repository at this point in the history
  2. Clarify NodeEventTarget

    thw0rted committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    683256d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e6b02 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Move DOM Event to its own file

    Avoid identifier name confusion in conditional types
    thw0rted committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a84fa7a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    b71250f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef3469 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    542cacd View commit details
    Browse the repository at this point in the history