Closed bengreenier closed 2 years ago
fixes #4 by ensuring the lookup tables for "builtins" are exhaustive, and based on https://en.wikipedia.org/wiki/C_data_types and https://github.com/node-ffi-napi/ref-napi/blob/latest/lib/ref.js#L835.
This will mean we need to allow additional symbols to generate libclang-bindings - specifically time_t which libclang uses but isn't a built-in.
libclang-bindings
time_t
fixes #4 by ensuring the lookup tables for "builtins" are exhaustive, and based on https://en.wikipedia.org/wiki/C_data_types and https://github.com/node-ffi-napi/ref-napi/blob/latest/lib/ref.js#L835.
This will mean we need to allow additional symbols to generate
libclang-bindings
- specificallytime_t
which libclang uses but isn't a built-in.