Commit graph

12 commits

Author SHA1 Message Date
Max
3c51f16d95 Refactor assistant script loading and improve error diagnostics
- Comment out assistant script loading in script package
- Enhance global variable error message with detailed type information
- Prepare for moving assistant script loading to a dedicated package
2025-02-24 14:33:04 +08:00
Max
9c419c3209 Add assistant script loading mechanism
- Implement loading of assistant TypeScript index files
- Filter and load only src/index.ts files from assistants directory
- Generate unique IDs for assistant scripts using file path
- Extend application walk method to support assistant script loading
2025-02-21 15:35:11 +08:00
Max
42b42e1134 feat: Add support for directory mapping from tsconfig in TypeScript import 2024-07-31 11:11:22 +08:00
Max
26189fd61f feat: Clear modules before loading shared library
Clear the modules before loading the shared library to ensure a clean state. This is necessary to avoid any conflicts or issues with previously loaded modules.
2024-06-06 15:44:28 +08:00
Max
bd0dbd4db8 [add] Page Builder typescript support 2023-09-24 23:42:16 +08:00
Max
a42792e9ed [add] migrate widgets.app & widgets.login 2023-02-03 17:30:02 +08:00
Max
cef5b38be5 [add] migrate scirpt 2023-02-02 11:18:09 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
507d39e011 [add] http.* processes & http JSAPI 2022-11-10 00:10:38 +08:00
Max
a5e260f43f [add] app check, setup, service API 2022-10-17 22:18:44 +08:00
Max
34f4382c19 更新命名空间 2022-02-09 09:17:23 +08:00
Max
292b10f295 拆分处理器目录 2022-02-09 08:59:16 +08:00