CoolFace
Apppublic

aravagarwal/CodeCloakPII

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
binding.gyp19 linesDownload Raw Back to tree-sitter-java
1{2  "targets": [3    {4      "target_name": "tree_sitter_java_binding",5      "include_dirs": [6        "<!(node -e \"require('nan')\")",7        "src"8      ],9      "sources": [10        "src/parser.c",11        "bindings/node/binding.cc"12      ],13      "cflags_c": [14        "-std=c99",15      ]16    }17  ]18}19