Commit Graph

18 Commits

Author SHA1 Message Date
4711f7892f Refactor(compiler): Support load css from ImportMap and load binary file 2024-09-15 10:54:14 +08:00
89cf48e449 Refactor(compiler): Optimize the logic of resolve import
Automatically externalize packages defined in importMap.
Solve the problems caused by multiple instances of packages such as React.

Closes #9
2024-09-13 16:16:01 +08:00
6302ec6ab3 Fix(compiler): Fix multi-level dependency path compilation error BUG
Close #6
2024-09-10 11:36:40 +08:00
51ee15749e Fix(Preview): Fixed code pollution bug
Methods and variables in base and main code are isolated to solve the problem of code pollution. Close #4
2024-09-09 17:22:42 +08:00
637fd236c5 Build(package.json): Upgrade dependencies 2024-06-13 15:16:36 +08:00
779e0ab2c0 Refactor(Variable): Optimize variable name 2024-05-06 15:37:45 +08:00
7f639743ec Build(Package): Upgrade dependencies 2024-05-02 01:46:57 +08:00
96acaddf77 Optimize Playground 2024-01-25 15:35:52 +08:00
cade87febe Optimize Playground 2024-01-24 14:35:29 +08:00
f758485f40 Optimize compiler 2024-01-23 16:13:52 +08:00
2e331658c5 Add compile to ToolBase management page 2024-01-23 15:57:10 +08:00
8e880cc1ed Optimize code 2024-01-12 23:45:33 +08:00
dc4e49343b Remove svg support in Playground 2024-01-12 18:11:02 +08:00
dc64b4993c Optimize compiler. Add preview to Playground. 2024-01-12 13:50:46 +08:00
949e29e7cc Add compile to compiler (still not working) 2024-01-11 18:34:12 +08:00
528dff1487 Optimize transform speed 2024-01-11 11:14:53 +08:00
309d5892c7 Optimize Transform 2024-01-10 23:00:30 +08:00
71052009ae Add compiler 2024-01-10 18:15:17 +08:00