Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37d1e5a4d50ee55bb5ee5a7232482eb483a02930
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a797681a77b3a9c962f6ece4f4ba7dfed49d7298
Choose a head ref
  • 7 commits
  • 41 files changed
  • 1 contributor

Commits on Oct 2, 2022

  1. cli: add --watch

    PR-URL: #44366
    Backport-PR-URL: #44815
    Fixes: #40429
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow authored and danielleadams committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2f5f41c View commit details
    Browse the repository at this point in the history
  2. test: split watch mode inspector tests to sequential

    PR-URL: #44551
    Backport-PR-URL: #44815
    Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
    MoLow authored and danielleadams committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0c9f38f View commit details
    Browse the repository at this point in the history
  3. test: deflake watch mode tests

    PR-URL: #44621
    Backport-PR-URL: #44815
    Fixes: #44655
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow authored and danielleadams committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    3abd71a View commit details
    Browse the repository at this point in the history
  4. test: fix watch mode test flake

    PR-URL: #44739
    Backport-PR-URL: #44815
    Fixes: #44735
    Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow authored and danielleadams committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    36227ed View commit details
    Browse the repository at this point in the history
  5. test_runner: support using --inspect with --test

    PR-URL: #44520
    Backport-PR-URL: #44813
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    faa8f8a View commit details
    Browse the repository at this point in the history
  6. cluster: use inspector utils

    PR-URL: #44592
    Backport-PR-URL: #44813
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    b48c9a5 View commit details
    Browse the repository at this point in the history
  7. test: fix test-runner-inspect

    PR-URL: #44620
    Backport-PR-URL: #44813
    Fixes: #44600
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    a797681 View commit details
    Browse the repository at this point in the history
Loading