summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)AuthorFilesLines
2014-07-31repl: proper `setPrompt()` and `multiline` supportFedor Indutny1-4/+10
2014-07-31Revert "repl: fix overwrite for this._prompt"Fedor Indutny1-5/+5
2014-07-29repl: fix overwrite for this._promptYazhong Liu1-5/+5
2014-06-30repl: fix multi-line inputFedor Indutny1-6/+15
2014-06-11lib: remove unused variablesBrian White1-1/+1
2014-02-17lint: fix missing semi colon in replTimothy J Fontaine1-1/+1
2014-02-17repl: remove a unnecessary concatenationYazhong Liu1-2/+2
2014-02-17repl: REPLServer inherits from readline.InterfaceYazhong Liu1-30/+28
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis1-1/+2
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2013-11-11repl: do not insert duplicates into completionsMaciej Małecki1-1/+1
2013-09-04repl: Simplify paren wrap, continuation-detectionisaacs1-62/+53
2013-09-04repl: treat "Assignment to const" as syntax errorNathan Rajlich1-1/+2
2013-09-04repl: Catch syntax errors betterisaacs1-22/+26
2013-08-28vm: update API to use options argumentDomenic Denicola1-2/+8
2013-08-21vm: Put back display_errors flagisaacs1-2/+2
2013-08-15lib: remove unused variables and functionsBrian White1-1/+1
2013-08-05repl: Add 'smalloc' to list of known modulesisaacs1-1/+1
2013-08-01src: Replace macros with util functionsisaacs1-13/+14
2013-07-24lib: macro-ify type checksBen Noordhuis1-15/+13
2013-05-31Merge remote-tracking branch 'ry/v0.10'isaacs1-2/+1
2013-05-30repl: fix JSON.parse error checkBrian White1-2/+1
2013-04-05Merge remote-tracking branch 'ry/v0.10'isaacs1-1/+3
2013-03-30repl: use more readable RegExp syntax for spacesNathan Rajlich1-1/+1
2013-03-30repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich1-0/+2
2013-03-14repl: Use a domain to catch async errors safelyisaacs1-5/+19
2013-03-14repl: emit 'reset' event when context is resetSami Samhuri1-0/+3
2013-03-03make repl compatible with domainsDave Olszewski1-1/+7
2013-01-16repl: fix how to module requiring in code commentRyunosuke SATO1-1/+1
2013-01-12repl: fix lintNathan Rajlich1-3/+3
2013-01-12repl: make built-in modules available by defaultFelix Böhm1-10/+18
2013-01-03REPL: fix floating point number parsingNirk Niggler1-1/+1
2013-01-03repl: allow overriding builtinsBen Noordhuis1-8/+3
2012-12-26repl: remove 'repl' from automatic loading libsRyunosuke SATO1-1/+1
2012-12-26repl: add 'domain' to automatic loading libsRyunosuke SATO1-2/+2
2012-12-21repl: don't touch `require.cache`Nathan Rajlich1-1/+0
2012-12-13Add 'stream' as a native module in replisaacs1-2/+2
2012-11-10repl: don't interpret floating point numbersBen Noordhuis1-1/+1
2012-10-13Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich1-25/+27
2012-10-12repl: ensure each REPL instance gets its own "context"Nathan Rajlich1-14/+9
2012-10-07repl: dynamically lookup the require extensions for tab completeNathan Rajlich1-5/+1
2012-10-05repl: move "isSyntaxError()" definition to the bottomNathan Rajlich1-12/+18
2012-10-01repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich1-1/+1
2012-09-30repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich1-0/+1
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs1-0/+3
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich1-0/+3
2012-08-24repl: create a new Console instance for the repl when "useGlobal" is offNathan Rajlich1-6/+7
2012-07-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs1-36/+32
2012-07-06Move function declaration out of conditionalJonas Westerlund1-35/+30
2012-07-04repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich1-0/+1