You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type tab after enter String in LiveScript 1.5 REPL
ls> String.
global process GLOBAL root Buffer
clear-immediate clear-interval clear-timeout set-immediate set-interval
set-timeout console module exports require
LiveScript path fs util say
warn die p pp ppp
The completion result doesn't show members of String.
in LiveScript 1.4, it works well:
When I type
tab
after enterString
in LiveScript 1.5 REPLThe completion result doesn't show members of String.
in LiveScript 1.4, it works well:
The text was updated successfully, but these errors were encountered: