• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "targets": [
3    {
4      "target_name": "test_reference_all_types",
5      "sources": [ "test_reference_by_node_api_version.c" ],
6      "defines": [ "NAPI_EXPERIMENTAL" ],
7    },
8    {
9      "target_name": "test_reference_obj_only",
10      "sources": [ "test_reference_by_node_api_version.c" ],
11      "defines": [ "NAPI_VERSION=8" ],
12    }
13  ]
14}
15