yao/sui/storages/local
Max 77efc03582 feat: Enhance global build context and component handling
- Update NewGlobalBuildContext to accept a template parameter for improved context management.
- Refactor component handling in Compile method to include JIT components, enhancing dynamic component loading.
- Modify TemplateRender to utilize the updated global context, improving template processing.
- Adjust component attribute parsing to use "s:route" for better clarity in component identification.
2025-04-23 16:08:10 +08:00
..
block.go [add] block export and media api 2023-10-18 21:18:54 +08:00
block_test.go [chore] Update sui test cases 2024-07-04 17:06:42 +08:00
build.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
build_test.go Refactor template build tests to use advanced template in sui/storages/local/build_test.go 2024-07-29 13:56:55 +08:00
component.go [add] Page Builer Component (30%) 2023-09-25 14:05:58 +08:00
component_test.go [chore] Update sui test cases 2024-07-04 17:06:42 +08:00
copy.go [add] page build interface 2023-10-10 21:12:53 +08:00
local.go Refactor SUI core to load backend scripts for templates 2024-07-25 10:10:54 +08:00
local_test.go Fix trans passing bug in SUI components 2024-07-19 07:20:57 +08:00
page.go [feat] add SUI template.render process 2024-08-10 16:58:38 +08:00
page_render_test.go feat: Add source map URL to libsui.min.js for better debugging 2024-08-03 17:08:38 +08:00
page_test.go [feat] add SUI template.render process 2024-08-10 16:58:38 +08:00
template.go [feat] Sharing the Constants variable between frontend and backend scripts 2024-07-25 15:37:23 +08:00
template_test.go [add] sui.trans.all and sui.trans.page to support automatic translation 2024-07-15 09:24:44 +08:00
types.go [add] Support for JIT mode in SUI component imports ( dev ) 2024-07-02 20:40:35 +08:00