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 <joyeec9h3@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    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 <jasnell@gmail.com>
    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 <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    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