295 Commits (43bd47c352a368db6051b1017225abace015d3c9)

Author SHA1 Message Date
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Chris Dickinson 051d482b15 repl: fix _debugger by properly proxying repl 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Ben Noordhuis 2b2e48a4b9 lib: don't error in repl when cwd doesn't exist 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Xiaowei Li b7365c1559 repl: make REPL support multiline template literals 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis db595b2de6 lib: reintroduce v8 module 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 1a84ba2d66 repl: proper `setPrompt()` and `multiline` support 10 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 10 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 10 years ago
Fedor Indutny b5175003bc repl: fix multi-line input 11 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Timothy J Fontaine c0d73e6de1 lint: fix missing semi colon in repl 11 years ago
Yazhong Liu c980280159 repl: remove a unnecessary concatenation 11 years ago
Yazhong Liu 3ae0b17c76 repl: REPLServer inherits from readline.Interface 11 years ago
Ben Noordhuis 010222d39f src: add tracing.v8.on('gc') statistics hooks 11 years ago
Maciej Małecki 568072ceae repl: do not insert duplicates into completions 11 years ago
isaacs 9ef9a9dee5 repl: Simplify paren wrap, continuation-detection 11 years ago
Nathan Rajlich 54fbb1da96 repl: treat "Assignment to const" as syntax error 11 years ago
isaacs 4631c503e3 repl: Catch syntax errors better 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 6942a95ae1 repl: Add 'smalloc' to list of known modules 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Nathan Rajlich 55ea7ccf70 repl: use more readable RegExp syntax for spaces 12 years ago
Nathan Rajlich 085f9d636b repl: isSyntaxError() catches "strict mode" errors 12 years ago
isaacs c0721bcd66 repl: Use a domain to catch async errors safely 12 years ago
Sami Samhuri 5eacdd4bf9 repl: emit 'reset' event when context is reset 12 years ago
Dave Olszewski 22aa767421 make repl compatible with domains 12 years ago
Ryunosuke SATO 61741f9a83 repl: fix how to module requiring in code comment 12 years ago
Nathan Rajlich bac537b186 repl: fix lint 12 years ago
Felix Böhm 9bce5e8f3e repl: make built-in modules available by default 12 years ago
Nirk Niggler 0459a23063 REPL: fix floating point number parsing 12 years ago
Ben Noordhuis aad2013508 repl: allow overriding builtins 12 years ago
Ryunosuke SATO 0db521d0b0 repl: remove 'repl' from automatic loading libs 12 years ago
Ryunosuke SATO 31cffae2ba repl: add 'domain' to automatic loading libs 12 years ago
Nathan Rajlich 837df70b75 repl: don't touch `require.cache` 12 years ago
isaacs 17834ed28c Add 'stream' as a native module in repl 12 years ago
Ben Noordhuis b6e989759b repl: don't interpret floating point numbers 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
Nathan Rajlich 7611c7cd25 repl: dynamically lookup the require extensions for tab complete 12 years ago