summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2016-04-18node: make builtin libs available for `--eval`Anna Henningsen
2016-04-14debugger: run last command on presssing enterRich Trott
2016-04-14repl: don’t complete non-simple expressionsAnna Henningsen
2016-04-08repl: refactor repl.jsRich Trott
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-18repl: support standalone blocksPrince J Wesley
2016-03-18repl: Assignment of _ allowed with warningLance Ball
2016-02-29repl: fix stack trace column number in strict modePrince J Wesley
2016-02-25repl: accept no arguments to start()cjihrig
2016-02-16repl: allow multiline function callZirak
2016-02-09repl: handle quotes within regexp literalPrince J Wesley
2016-02-01repl: remove variable redeclarationRich Trott
2015-12-21repl: use String#repeat instead of Array#joinEvan Lucas
2015-12-11repl: display error message when loading directoryPrince J Wesley
2015-12-09repl: fix require('3rdparty') regressionBen Noordhuis
2015-12-01repl: allow leading period in multiline inputZirak
2015-11-30util: move .decorateErrorStack to internal/utilBen Noordhuis
2015-11-30module,repl: remove repl require() hackBen Noordhuis
2015-11-25repl: attach location info to syntax errorscjihrig
2015-11-18util: remove pumpWyatt Preul
2015-11-09repl: To exit, press ^C again or type .exit.Hemanth.HM
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-28repl: handle comments properlySakthipriyan Vairamani
2015-10-22repl: event ordering: delay 'close' until 'flushHistory'Jeremiah Senkpiel
2015-10-21lib: avoid REPL exit on completion errorRich Trott
2015-09-22repl: backslash bug fixSakthipriyan Vairamani
2015-08-23node: rename from io.js to nodecjihrig
2015-08-21repl: filter integer keys from repl tab complete listJames M Snell
2015-08-04repl: don't clobber RegExp.$ propertiesSakthipriyan Vairamani
2015-07-25repl: better empty line handlingSakthipriyan Vairamani
2015-07-25repl: improving line continuation handlingSakthipriyan Vairamani
2015-07-25repl: preventing REPL crash with inherited propertiesSakthipriyan Vairamani
2015-07-25repl: fixing `undefined` in invalid REPL keyword errorSakthipriyan Vairamani
2015-07-10repl: Prevent crash when tab-completed with ProxySakthipriyan Vairamani
2015-07-01repl: remove obsolete TODORich Trott
2015-06-25repl: make 'Unexpected token' errors recoverableJulien Gilli
2015-06-25repl: fix tab completion for a non-global contextSangmin Yoon
2015-06-04smalloc: deprecate whole moduleVladimir Kurchatkin
2015-05-17repl: remove unnecessary check for globalsYazhong Liu
2015-05-17repl: support non-array `.scope`, document itYazhong Liu
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-04repl: fix _debugger by properly proxying replChris Dickinson
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson
2015-03-19lib: don't error in repl when cwd doesn't existBen Noordhuis
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-19repl: make REPL support multiline template literalsXiaowei Li
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs