Commit 56cb233
committed
Fix BunProfile ObjectGroup/ILType consistency
Upstream added strict assertions that instanceType.properties and
instanceType.methods must exactly match the ObjectGroup's keys.
Two groups had drift:
- BunServer: ILType listed 'upgrade' method, ObjectGroup didn't define it
- Bun.Cookie: ILType listed 'expires' and 'maxAge', ObjectGroup omitted them
Both caused startup assertion failures post-upstream-sync.1 parent 67ea97d commit 56cb233
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| 844 | + | |
844 | 845 | | |
845 | 846 | | |
846 | 847 | | |
| |||
864 | 865 | | |
865 | 866 | | |
866 | 867 | | |
| 868 | + | |
867 | 869 | | |
868 | 870 | | |
869 | 871 | | |
| 872 | + | |
870 | 873 | | |
871 | 874 | | |
872 | 875 | | |
| |||
0 commit comments