Commit ef81673
authored
feat: implement dynamic types (#39)
* feat: core type system changes
* feat: core implementation changes
* feat: implement backward compatibility layer
* feat: implement enhanced type safety features
* tests: add usage examples
* docs: update gitbook
* fix: improve memory test stability
* docs: fix BigInt type annotation in serialization docs
* docs: fix TransformingValidator naming collision
* refactor: remove duplicate serialization adapters in usage tests
* docs: remove game-plan.md1 parent 1150f9e commit ef81673
27 files changed
Lines changed: 7692 additions & 86 deletions
File tree
- gitbook
- advanced
- api
- getting-started
- guides
- src
- core
- examples
- types
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments