您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

18 行
357 B

{
"targets": [
{
"target_name": "ts_language_c_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"<!(node -e \"require('tree-sitter-compiler/include_path')\")",
],
"sources": [
"src/parser.c",
"src/binding.cc",
],
"cflags_c": [
"-std=c99",
],
},
],
}