]> git.kaiwu.me - quickjs.git/commit
- removed the 'use strip' extension
authorFabrice Bellard <fabrice@bellard.org>
Sat, 12 Apr 2025 10:14:37 +0000 (12:14 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 12 Apr 2025 10:14:37 +0000 (12:14 +0200)
commit67b48ae4e6fadb812334b5836aa4a6e6e46d459b
tree9f612b2fff9b5009323364c9e20384b9eab86982
parentc50de13b1573735c57e918f2739428b82dd2481f
- removed the 'use strip' extension
- 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
Makefile
doc/quickjs.texi
qjs.c
qjsc.c
quickjs-libc.c
quickjs.c
quickjs.h
repl.js
run-test262.c