feat(typert): add compiler-independent type pipeline

This commit is contained in:
imccyu
2026-07-28 23:47:57 +08:00
parent 2b7bc0c195
commit f773985e71
84 changed files with 15378 additions and 15 deletions

11
packages/typert/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Typert
English | [中文](README.zh.md)
Typert separates source analysis, runtime storage, and Loader discovery into independent packages.
| Package | Role | Cordis key |
|---|---|---|
| [`registry/`](registry/README.md) | Runtime package reflection and live Zod schema registry | `ctx.typert` |
| [`loader/`](loader/README.md) | Loader-entry discovery and generated host-artifact registration | consumes `ctx.loader`, `ctx.typert` |
| [`generator/`](generator/README.md) | Compiler-independent type analysis and artifact generation | build-time library |