summaryrefslogtreecommitdiff
path: root/lib/repl.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-05-141-1/+1
|\
| * repl: make 'Unexpected token' errors recoverableJulien Gilli2015-05-121-1/+1
* | src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
|/
* src: remove Async ListenerTrevor Norris2014-12-051-2/+1
* repl: proper `setPrompt()` and `multiline` supportFedor Indutny2014-07-311-4/+10
* Revert "repl: fix overwrite for this._prompt"Fedor Indutny2014-07-311-5/+5
* repl: fix overwrite for this._promptYazhong Liu2014-07-291-5/+5
* repl: fix multi-line inputFedor Indutny2014-06-301-6/+15
* lib: remove unused variablesBrian White2014-06-111-1/+1
* lint: fix missing semi colon in replTimothy J Fontaine2014-02-171-1/+1
* repl: remove a unnecessary concatenationYazhong Liu2014-02-171-2/+2
* repl: REPLServer inherits from readline.InterfaceYazhong Liu2014-02-171-30/+28
* src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-051-1/+2
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-181-1/+1
|\
| * repl: do not insert duplicates into completionsMaciej Małecki2013-11-111-1/+1
* | repl: Simplify paren wrap, continuation-detectionisaacs2013-09-041-62/+53
* | repl: treat "Assignment to const" as syntax errorNathan Rajlich2013-09-041-1/+2
* | repl: Catch syntax errors betterisaacs2013-09-041-22/+26
* | vm: update API to use options argumentDomenic Denicola2013-08-281-2/+8
* | vm: Put back display_errors flagisaacs2013-08-211-2/+2
* | lib: remove unused variables and functionsBrian White2013-08-151-1/+1
* | repl: Add 'smalloc' to list of known modulesisaacs2013-08-051-1/+1
* | src: Replace macros with util functionsisaacs2013-08-011-13/+14
* | lib: macro-ify type checksBen Noordhuis2013-07-241-15/+13
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-311-2/+1
|\ \ | |/
| * repl: fix JSON.parse error checkBrian White2013-05-301-2/+1
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-04-051-1/+3
|\ \ | |/
| * repl: use more readable RegExp syntax for spacesNathan Rajlich2013-03-301-1/+1
| * repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich2013-03-301-0/+2
* | repl: Use a domain to catch async errors safelyisaacs2013-03-141-5/+19
* | repl: emit 'reset' event when context is resetSami Samhuri2013-03-141-0/+3
|/
* make repl compatible with domainsDave Olszewski2013-03-031-1/+7
* repl: fix how to module requiring in code commentRyunosuke SATO2013-01-161-1/+1
* repl: fix lintNathan Rajlich2013-01-121-3/+3
* repl: make built-in modules available by defaultFelix Böhm2013-01-121-10/+18
* REPL: fix floating point number parsingNirk Niggler2013-01-031-1/+1
* repl: allow overriding builtinsBen Noordhuis2013-01-031-8/+3
* repl: remove 'repl' from automatic loading libsRyunosuke SATO2012-12-261-1/+1
* repl: add 'domain' to automatic loading libsRyunosuke SATO2012-12-261-2/+2
* repl: don't touch `require.cache`Nathan Rajlich2012-12-211-1/+0
* Add 'stream' as a native module in replisaacs2012-12-131-2/+2
* repl: don't interpret floating point numbersBen Noordhuis2012-11-101-1/+1
* Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich2012-10-131-25/+27
|\
| * repl: ensure each REPL instance gets its own "context"Nathan Rajlich2012-10-121-14/+9
| * repl: move "isSyntaxError()" definition to the bottomNathan Rajlich2012-10-051-12/+18
| * repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich2012-10-011-1/+1
| * repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich2012-09-301-0/+1
* | repl: dynamically lookup the require extensions for tab completeNathan Rajlich2012-10-071-5/+1
* | Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-09-281-0/+3
|\ \ | |/
| * repl: make invalid RegExps throw in the REPLNathan Rajlich2012-09-211-0/+3