1 Star 0 Fork 0

nelsonsun/tree-sitter-toml

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
binding.gyp 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ika 提交于 2021-03-14 18:59 . feat: upgrade to tree-sitter@0.19.3
{
"targets": [
{
"target_name": "tree_sitter_toml_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"src/parser.c",
"src/scanner.c",
"bindings/node/binding.cc"
],
"cflags_c": [
"-std=c99",
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/china_earth_Galaxy/tree-sitter-toml.git
git@gitee.com:china_earth_Galaxy/tree-sitter-toml.git
china_earth_Galaxy
tree-sitter-toml
tree-sitter-toml
master

搜索帮助