You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this has already been discussed, but looking at the output of ts-proto with --ts_proto_opt=forceLong=bigint, it uses BigInt("0") instead of 0n, which would be smaller output.