remove bindings

This commit is contained in:
mhoffm
2021-06-08 22:57:22 +02:00
parent 7051e1beed
commit 5c67cefb9c
6 changed files with 0 additions and 184 deletions

View File

@@ -1,19 +0,0 @@
{
"targets": [
{
"target_name": "tree_sitter_YOUR_LANGUAGE_NAME_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"bindings/node/binding.cc",
"src/parser.c",
# If your language uses an external scanner, add it here.
],
"cflags_c": [
"-std=c99",
]
}
]
}