From 6c57fa590347c52526b552fb8f6f358a76b87e53 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Fri, 3 May 2024 12:37:29 +0200 Subject: [PATCH] include the binding.gyp file --- .gitignore | 1 - binding.gyp | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 binding.gyp diff --git a/.gitignore b/.gitignore index 7def5bc..7ab4325 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /node_modules/ /yarn-error.log -/binding.gyp /build test.ql .DS_Store diff --git a/binding.gyp b/binding.gyp new file mode 100644 index 0000000..b28ebd3 --- /dev/null +++ b/binding.gyp @@ -0,0 +1,30 @@ +{ + "targets": [ + { + "target_name": "tree_sitter_ql_binding", + "dependencies": [ + "