Skip to content

Commit 63fc95e

Browse files
ryanrasticlaude
andcommitted
build: capnweb as a git submodule (ryanrasti/capnweb @ generalize_record_replay)
packages/capnweb un-gitignored and registered as a submodule pinned at efebddf (getLocalTarget tip of the record-replay closure branch); package-lock picks up the file: dependency. NOTE: the fork's generalize_record_replay is pushed only through 43dc308 — the top 4 commits (sync replay, zero-arg closures, RpcStub import fix, getLocalTarget) need a `git push` from packages/capnweb before anyone else can clone this pin. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 981f3b9 commit 63fc95e

4 files changed

Lines changed: 8743 additions & 2843 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ site/public/api/
1111
site/public/demo.ts.static
1212
site/public/typegres.js
1313
site/public/typegres.d.ts
14-
packages/
1514
.claude/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "packages/capnweb"]
2+
path = packages/capnweb
3+
url = https://github.com/ryanrasti/capnweb.git

0 commit comments

Comments
 (0)