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 optional chaining during autocompletion #33450

Closed

Commits on May 18, 2020

  1. repl: support optional chaining during autocompletion

    This makes sure the autocompletion is able to handle optional
    chaining notations.
    
    Signed-off-by: Ruben Bridgewater <[email protected]>
    BridgeAR committed May 18, 2020
    Configuration menu
    Copy the full SHA
    0acc704 View commit details
    Browse the repository at this point in the history
  2. repl: simplify repl autocompletion

    This refactors the repl autocompletion code for simplicity and
    readability.
    
    Signed-off-by: Ruben Bridgewater <[email protected]>
    BridgeAR committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8c487ad View commit details
    Browse the repository at this point in the history
  3. fixup! repl: simplify repl autocompletion

    Signed-off-by: Ruben Bridgewater <[email protected]>
    BridgeAR committed May 18, 2020
    Configuration menu
    Copy the full SHA
    0dc5928 View commit details
    Browse the repository at this point in the history