RainwayApp / node-clangffi

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

feat(allow-symbols): Better symbol selection #14

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

BREAKING CHANGE: allow flag moved to allow-file

This change adds --allow-symbol and moves allow to --allow-file for finer control of symbol selection. We also add some docs, and move our generate-dogfood command to use this feature for time_t and it's backing types.

bengreenier commented 2 years ago

need to rebase before merge. need to ensure BREAKING_CHANGE ends up in the squash commit body