Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added JS_PrintValue() and use it in console.log(), print() and the REPL (#256) | Fabrice Bellard | 2025-04-30 |
| | |||
* | - removed the 'use strip' extension | Fabrice Bellard | 2025-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 cleanup | Fabrice Bellard | 2025-03-27 |
| | |||
* | more bignum cleanup | Fabrice Bellard | 2025-03-19 |
| | |||
* | Improve repl regexp handling | Charlie Gordon | 2024-03-02 |
| | | | | | - handle regexp with flags in repl completion - group config_jscalc customisations | ||
* | show readable representation of Date objects in repl | Charlie Gordon | 2024-02-25 |
| | |||
* | Strip trailing spaces | Charlie Gordon | 2024-02-10 |
| | |||
* | fixed Promise return in the REPL by using a wrapper object in async ↵ | Fabrice Bellard | 2024-02-03 |
| | | | | std.evalScript() (github issue #231) | ||
* | allow 'await' in the REPL and added os.sleepAsync() | Fabrice Bellard | 2024-01-02 |
| | |||
* | 2020-07-05 release | bellard | 2020-09-06 |
| | |||
* | 2020-01-19 release | bellard | 2020-09-06 |
| | |||
* | 2020-01-05 release | bellard | 2020-09-06 |