summaryrefslogtreecommitdiffstats
path: root/vendored_parsers/tree-sitter-elm/binding.gyp
blob: 3e098f6e4c1f19bb31caeb017aeda0cc27df77ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "targets": [
    {
      "target_name": "tree_sitter_elm_binding",
      "include_dirs": [
        "<!(node -e \"require('nan')\")",
        "src"
      ],
      "sources": [
        "src/parser.c",
        "bindings/node/binding.cc",
        "src/scanner.c"
      ],
      "cflags_c": [
        "-std=c99",
      ]
    }
  ]
}