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: remove deprecated repl features #33286

Closed

Commits on May 18, 2020

  1. repl: remove deprecated .rli

    The .rli property is just a reference to the active REPL instance
    and it was deprecated for a long time.
    
    To improve maintainability of the REPL this feature is removed.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed May 18, 2020
    Copy the full SHA
    4213553 View commit details
    Browse the repository at this point in the history
  2. repl: remove deprecated bufferedCommand property

    This property is deprecated since Node.js v9.0.0 and to improve
    maintainability of the REPL it is now removed.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed May 18, 2020
    Copy the full SHA
    cc52579 View commit details
    Browse the repository at this point in the history
  3. repl: remove deprecated repl.parseREPLKeyword() function

    This removes the deprecated REPLServer.parseREPLKeyword function. It
    is deprecated for a long time and should not provide any benefit to
    users. To improve the maintainability of the REPL module, it's now
    removed.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed May 18, 2020
    Copy the full SHA
    f3829eb View commit details
    Browse the repository at this point in the history
  4. repl: remove deprecated repl.turnOffEditorMode() function

    This function is deprecated for multiple years and provides very
    little benefit to users. Thus, it's removed to improve the
    maintainability of the REPL module.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed May 18, 2020
    Copy the full SHA
    01d9322 View commit details
    Browse the repository at this point in the history
  5. repl: remove deprecated repl.memory function

    This removes the memory function. It is deprecated for a long time
    while not being really helpful being exposed. Thus, it is removed
    to improve maintainability of the REPL module.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed May 18, 2020
    Copy the full SHA
    eae6e38 View commit details
    Browse the repository at this point in the history