Commit c098787
committed
refactor(core): remove old jit.ts and rename jit2.ts to jit.ts
Consolidate the JIT system to use only the unified expression tree
architecture. The old Context/Slot API is removed in favor of Builder/Ref.
Changes:
- Delete old jit.ts (Context, Slot, jit.fn pattern)
- Rename jit2.ts to jit.ts (Builder, Ref, fn pattern)
- Update core/index.ts exports
- Migrate change-detector.ts, snapshot.ts, path.ts to new API
- Migrate benchmark files to new API
- Update compat.ts documentation
All 1949 type package tests passing.1 parent 239ab73 commit c098787
File tree
9 files changed
+1554
-3130
lines changed- packages
- core
- src
- type
- benchmarks
- src
- serializer
9 files changed
+1554
-3130
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 21 | | |
80 | 22 | | |
81 | 23 | | |
| |||
0 commit comments