38 Commits

Author SHA1 Message Date
2b75159e94 升级 ssgo/log v0.0.32 2025-12-12 21:19:26 +08:00
db25764e8e 更新异常处理机制,不抛出异常,应当判断返回值然后用 getLastError() 来获得错误信息 2025-12-12 21:16:54 +08:00
7845a0d3dd 导出 ts 时 export interface v0.0.31 2025-12-10 16:54:43 +08:00
d94fa1e4c8 增加FixObject,用于隐藏gojsObjectId v0.0.30 2025-11-30 23:58:09 +08:00
5fe831d950 修复 __objId 无法传递导致对象作为参数时无法正确引用原对象的bug v0.0.29 2025-11-30 23:36:49 +08:00
f474da0cfa fix userPath for abs path, add SetUserPath v0.0.28 2025-11-30 22:44:34 +08:00
db8742de7e 更新goja版本,修复bug v0.0.27 2025-11-30 21:28:09 +08:00
8e728e2ed4 支持struct中包含回调函数 v0.0.26 2025-09-11 23:32:54 +08:00
7672036cbe Go对象转换到JS中再次以参数传回到Go时,能够恢复为原始对象
更新VM中GoData的锁机制
v0.0.25
2025-07-28 22:47:45 +08:00
460c24af33 add OnKill2 WaitForStop2 for log stop v0.0.24 2025-07-25 15:20:37 +08:00
19c78e8a30 fix bug for js error stack v0.0.23 2025-07-23 20:28:37 +08:00
c5fd584b56 use WaitGroup in WaitAll() v0.0.22 2025-07-22 20:38:17 +08:00
2f59489e09 fix bug for bridge []Struct v0.0.21 2025-07-20 23:16:13 +08:00
77e7e7d3fb Err support nil v0.0.20 2025-07-19 17:46:35 +08:00
1a7cdbad3f add GoErr v0.0.19 2025-07-19 10:09:09 +08:00
7bae8c77a2 fix bug for WaitAll v0.0.18 2025-07-18 22:40:17 +08:00
e8219eb1ec 修复并发执行JsCode时导致的goja map冲突 v0.0.17 2025-07-10 23:17:41 +08:00
08092112ee 错误信息简化 v0.0.16 2025-06-25 23:05:52 +08:00
a292c189f0 update packages v0.0.15 2025-06-25 22:48:59 +08:00
8c7829e1ed 修复调用函数时参数的bug,增强错误提示(同时提示Go的错误) v0.0.14 2025-06-25 21:33:02 +08:00
52ca53c9b3 修复可变参数传入0个时会产生空值的bug v0.0.13 2025-06-25 17:08:36 +08:00
Star
2a4b9a8b9e add SafeRun.... for catch error
update Watcher
v0.0.12
2025-01-14 10:23:54 +08:00
042aa17bcb support import directory 2024-12-25 16:07:19 +08:00
ac668df2af add ignores for watcher v0.0.11 2024-12-25 14:56:40 +08:00
68115961bd cancel clear screen when on watched 2024-12-25 14:29:56 +08:00
259e3e21d3 support use export default for js
fix import bug when use rt.lock
2024-12-25 13:49:20 +08:00
e4c76b96d9 fix bug for ToMap v0.0.10 2024-12-20 16:06:33 +08:00
5cfe3db099 update package v0.0.9 2024-12-14 16:28:01 +08:00
b6ab2fd85f upate return error to gojs.Error
add GetError for get error Stack
add auto MakeMap for ToMap
2024-12-14 16:24:18 +08:00
adbac8911b support JsCode v0.0.8 2024-12-13 19:23:18 +08:00
Star
a465973397 update Watch
ignore .xxx file on watch
v0.0.7
2024-11-26 14:00:10 +08:00
Star
2d76cf04cf fix return Struct bug for bridge
fix watch bug
v0.0.6
2024-11-22 16:31:59 +08:00
Star
31df7db22d support bridge and makeTS v0.0.5 2024-11-13 17:04:32 +08:00
e9c25edc20 add __startExec、__runFile
add Watch for custom watch action
fix bug of WatchRun
v0.0.4
2024-10-26 22:11:41 +08:00
2832100201 add RunInMain OnKill SetSSKey v0.0.3 2024-10-24 13:29:01 +08:00
c4a44bb272 add WaitAll for async vm
add TsCodeMaker for dynamic ts code
v0.0.2
2024-10-13 23:05:44 +08:00
f4666836fc change dir for goja v0.0.1 2024-10-10 17:08:01 +08:00
702ea0fbe9 first 2024-10-10 16:44:10 +08:00