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

[v18.x] test: skip testing --watch with --import #44530

Closed
wants to merge 4 commits into from

Commits on Sep 7, 2022

  1. src: remove v8abbr.h

    The definitions in v8abbr.h, except for NODE_OFF_EXTSTR_DATA, were only
    used for dtrace, which has been removed.
    
    Refs: nodejs#43652
    PR-URL: nodejs#44402
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    tniessen authored and MoLow committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2ea7dcb View commit details
    Browse the repository at this point in the history
  2. lib: add diagnostics channel for process and worker

    PR-URL: nodejs#44045
    Reviewed-By: James M Snell <[email protected]>
    theanarkh authored and MoLow committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    23e1b59 View commit details
    Browse the repository at this point in the history
  3. cli: add --watch

    PR-URL: nodejs#44366
    Fixes: nodejs#40429
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    MoLow committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4b96a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39bdc8e View commit details
    Browse the repository at this point in the history