fix: impatient loading order

This commit is contained in:
nullchilly
2022-08-07 12:26:15 +07:00
committed by Sidhanth Rathod
parent 20f45c3962
commit aee1c8b830
67 changed files with 97276 additions and 4 deletions

18
tree-sitter-c/binding.gyp Normal file
View File

@@ -0,0 +1,18 @@
{
"targets": [
{
"target_name": "tree_sitter_c_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"src/parser.c",
"bindings/node/binding.cc"
],
"cflags_c": [
"-std=c99",
]
}
]
}