summaryrefslogtreecommitdiff
path: root/repl.js
Commit message (Collapse)AuthorAge
* added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)Fabrice Bellard2025-04-30
|
* - removed the 'use strip' extensionFabrice Bellard2025-04-12
| | | | | | - removed the JS_EVAL_FLAG_STRIP eval flag and replaced it with JS_SetStripInfo() which has simpler semantics. - qjs: added the '-s' and '--strip-source' options - qjsc: added the '-s' and '--keep-source' options
* disable rejection tracker in the repl - repl cleanupFabrice Bellard2025-03-27
|
* more bignum cleanupFabrice Bellard2025-03-19
|
* Improve repl regexp handlingCharlie Gordon2024-03-02
| | | | | - handle regexp with flags in repl completion - group config_jscalc customisations
* show readable representation of Date objects in replCharlie Gordon2024-02-25
|
* Strip trailing spacesCharlie Gordon2024-02-10
|
* fixed Promise return in the REPL by using a wrapper object in async ↵Fabrice Bellard2024-02-03
| | | | std.evalScript() (github issue #231)
* allow 'await' in the REPL and added os.sleepAsync()Fabrice Bellard2024-01-02
|
* 2020-07-05 releasebellard2020-09-06
|
* 2020-01-19 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06