deno_bindgen type error: deno-ts(2345)
Anyone else getting this with
deno_bindgen
?
Argument of type 'bigint' is not assignable to parameter of type 'PointerObject'.deno-ts(2345)
5 Replies
Okay, I guess it's due to this change:
https://deno.com/blog/v1.31#breaking-change-in-ffi-api
I'll create an issue for deno_bindgen.
Deno Blog
Deno 1.31: package.json support
Deno 1.31 adds support for package.json, stabilizes Node-API, Deno.Command API, adds
node:v8
module, and more.This should be fixed by https://github.com/denoland/deno_bindgen/pull/118
GitHub
fix: breaking ffi changes by load1n9 · Pull Request #118 · denoland...
Deno pointers are no longer bigints, these changes fix the breaking generated code
Ah, thanks, got it
@iobdas Don't mean to bother you, but it looks like your PR is not being checked because some CLA needs to be signed
Not my PR, @load1n9 could you sign the CLA?
Ah, sorry