Initial commit

This commit is contained in:
Samraaj Bath
2026-06-29 15:11:48 -07:00
commit 66dfdcc58d
404 changed files with 45970 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
## Summary
<!-- What does this PR change, and why? -->
## Changes
-
## Testing
- [ ] `npm run typecheck` passes
- [ ] `npm test` passes
- [ ] Added/updated tests for the change
## Compiler determinism
- [ ] No change to the compiler's deterministic clone semantics, **or** the change
is intentional and validated against the benchmarks (`npm run bench`) with
results noted above.
## Notes
<!-- Anything reviewers should know: trade-offs, follow-ups, screenshots. -->