Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

REPL: tab complete for Arrays #25819

Closed
wants to merge 1 commit into from

Commits on Aug 6, 2015

  1. REPL: tab complete for Arrays

    Slight modified version of @seebees original commit:
    
    seebees@d624a68
    
    The original message:
      The tab complete for Arrays will
      include any integer indexes.  This is
      suboptimal because obj.21 is not
      valid syntax and a large array will
      contain a very cluttered list.
    
    This alternative tweaks the original commit to use
    Array.isArray and isNaN for the filter. Everything
    else in untouched.
    jasnell committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    6e89521 View commit details
    Browse the repository at this point in the history