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

repl: give repl entries unique names. fixes #33233 #34372

Closed
wants to merge 6 commits into from

Commits on Jul 14, 2020

  1. repl: give repl entries unique names.

    This is a workaround for the REPL for a problem when multiple of the
    entries have the same source text
    
    Fixes: nodejs#1337
    Refs: https://bugs.chromium.org/p/v8/issues/detail?id=10284
    bmeck committed Jul 14, 2020
    Copy the full SHA
    8aef370 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. fix tests

    bmeck committed Jul 15, 2020
    Copy the full SHA
    8434975 View commit details
    Browse the repository at this point in the history
  2. Update lib/repl.js

    bmeck committed Jul 15, 2020
    Copy the full SHA
    f24f521 View commit details
    Browse the repository at this point in the history
  3. linter...

    bmeck committed Jul 15, 2020
    Copy the full SHA
    b116249 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Update test/parallel/test-repl-dynamic-import.js

    Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>
    bmeck and BridgeAR committed Jul 29, 2020
    Copy the full SHA
    b40623f View commit details
    Browse the repository at this point in the history
  2. lint

    bmeck committed Jul 29, 2020
    Copy the full SHA
    98ffe4a View commit details
    Browse the repository at this point in the history