chore(ffi): remove enum name prefixes from all C enum values

This commit is contained in:
Andrew Hlynskyi 2023-09-03 06:47:27 +03:00
parent 5921b36a75
commit 9cc1daafca
6 changed files with 57 additions and 58 deletions

View file

@ -35,5 +35,6 @@ bindgen \
--allowlist-function '^ts_.*' \
--allowlist-var "^TREE_SITTER.*" \
--blocklist-type '^__.*' \
--no-prepend-enum-name \
--no-copy "$no_copy" \
$header_path > $output_path