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: support previews by eager evaluating input #30811

Closed
wants to merge 2 commits into from

Commits on Dec 8, 2019

  1. repl: support previews by eager evaluating input

    This adds input previews by using the inspectors eager evaluation
    functionality.
    It is implemented as additional line that is not counted towards
    the actual input. In case no colors are supported, it will be visible
    as comment. Otherwise it's grey.
    It will be triggered on any line change. It is heavily tested against
    edge cases and adheres to "dumb" terminals (previews are deactived
    in that case).
    
    Fixes: nodejs#20977
    BridgeAR committed Dec 8, 2019
    Copy the full SHA
    8bba55a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. fixup: address comments

    BridgeAR committed Dec 9, 2019
    Copy the full SHA
    895853e View commit details
    Browse the repository at this point in the history