I think the typescript implementation was recently updated to use
javascript's bigints for UInt64, rather than defining a special datatype
for them.

Quoting ruhdv (2022-01-31 08:30:06)
>    Hi
> 
>    I created a struct with a UInt64 property ...
> 
>    It like this in .capnp.d.ts file :
> 
>        getTargetUser(): capnp.Uint64;
>        setTargetUser(value: capnp.Uint64): void;
> 
>    But there is no Uint64 class inside capnp!
> 
>    When we check capnp index.d.ts file, we can see there are Lists and
>    masks for uint64 but there is no class export for UInt64 itself and
>    it's the reason of that error?
> 
>    What's wrong with that?
> 
>    --
>    You received this message because you are subscribed to the Google
>    Groups "Cap'n Proto" group.
>    To unsubscribe from this group and stop receiving emails from it, send
>    an email to [1][email protected].
>    To view this discussion on the web visit
>    [2]https://groups.google.com/d/msgid/capnproto/6a10b1f9-7836-4677-ac89-
>    b5a81dfe4833n%40googlegroups.com.
> 
> Verweise
> 
>    1. mailto:[email protected]
>    2. 
> https://groups.google.com/d/msgid/capnproto/6a10b1f9-7836-4677-ac89-b5a81dfe4833n%40googlegroups.com?utm_medium=email&utm_source=footer

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/capnproto/164366175775.6509.6421876688215596329%40localhost.localdomain.

Reply via email to