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: fix disruptive autocomplete without inspector #40661

Merged
merged 4 commits into from
May 12, 2024

Commits on May 11, 2024

  1. repl: fix disruptive autocomplete without inspector

    Fix an issue where the autocomplete wrongly autocompletes
    a value from a correct value to an undefined value when node
    is built without an inspector by disabling the preview view
    
    fixes: nodejs#40635
    Linkgoron authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c18cd78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5083c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dba04ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95b5272 View commit details
    Browse the repository at this point in the history