feat(archive): introduce ts_shared browser-compatible layer, refactor Node-specific tools to wrap/shared implementations, and modernize archive handling

This commit is contained in:
2026-01-01 23:09:06 +00:00
parent 4e3c5a8443
commit 6393527c95
37 changed files with 2850 additions and 5105 deletions

4
ts_web/index.ts Normal file
View File

@@ -0,0 +1,4 @@
// ts_web - Browser-compatible entry point
// Re-exports everything from ts_shared
export * from '../ts_shared/index.js';