Commit graph

9 commits

Author SHA1 Message Date
66da129036 rewrite incremental.ts (#21)
the problems with the original implementation was mostly around error
handling. sources had to be tracked manually and provided to each
incremental output. the `hasArtifact` check was frequently forgotten.
this has been re-abstracted through `incr.work()`, which is given an
`io` object. all fs reads and module loads go through this interface,
which allows the sources to be properly tracked, even if it throws.

closes #12
2025-08-02 20:56:36 -04:00
f985a22b33 add "source of truth" server to replace the old cache url 2025-08-02 20:56:36 -04:00
9f8c9fd3b6 format 2025-08-02 20:56:36 -04:00
c3f786b944 file viewer work 2025-08-02 20:56:36 -04:00
bb4e57000b get clo file viewer running 2025-08-02 20:56:36 -04:00
b1d68a6041 experiment: streaming suspense implementation 2025-08-02 20:56:36 -04:00
7242c6eb89 fix all type errors 2025-06-07 17:01:34 -07:00
f841f766d2 restore clover ssr engine from the dead. comment the code a bit too. 2025-06-07 16:17:52 -07:00
8f6b474120 recover marko-runtime.ts and parts of ssr.ts 2025-06-07 03:46:14 -07:00