Open joelpurra opened 4 years ago
Note that support for Elaborated types (#16) added 1200 or so new lines (100% increase) to lib/dynamic_clang.js
. This includes enums and functions which were not exported before. Saw similar improvements for another library.
Forked and fixed quite a few more things, might help someone: https://github.com/node-ffi-packager/node-libclang
Forked and fixed quite a few more things: https://github.com/node-ffi-packager/node-libclang
Note: includes commits from previous pull-requests. Should be merged to
master
one by one, but wanted to showcase the stepwise progress and allow for feedback.node-ffi-generate
with elaborated type support.clang-6.0
, which was released 2018-03-08.clang
/llvm
versions.node-ffi-generate
with support for Elaborated types.NOTE: move the generated
newclang.js
to replacelib/dynamic_clang.js
.See