RainwayApp / node-clangffi

Generate Typescript FFI bindings for C/C++ libraries using libclang and ffi-napi.
MIT License
7 stars 1 forks source link

support attributed types #22

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

Today CXTypeKind.CXType_Attributed isn't well supported. We should be able to get the modified type via the Type model.

bengreenier commented 2 years ago

I personally need this for an internal Rainway definition, so this is high priority