Bruno BELANYI
bc4db561ca
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This means regenerating all the tree-sitter files, and adding newly generated outputs (mostly new bindings). The `--apply-all-captures` flag has been removed, it is now the default (and only) matching behaviour.
22 lines
454 B
Python
22 lines
454 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "tree_sitter_bp_binding",
|
|
"dependencies": [
|
|
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except",
|
|
],
|
|
"include_dirs": [
|
|
"src",
|
|
],
|
|
"sources": [
|
|
"bindings/node/binding.cc",
|
|
"src/parser.c",
|
|
# NOTE: if your language has an external scanner, add it here.
|
|
],
|
|
"cflags_c": [
|
|
"-std=c11",
|
|
],
|
|
}
|
|
]
|
|
}
|