Creating Node AST Tool. (#756)

This commit is contained in:
matt korwel
2025-06-07 12:07:58 -07:00
committed by GitHub
parent 28ff62e7b1
commit f1a4e5d4d3
6 changed files with 1348 additions and 1 deletions

View File

@@ -64,5 +64,8 @@
"react-devtools-core": "^4.28.5",
"typescript-eslint": "^8.30.1",
"yargs": "^17.7.2"
},
"dependencies": {
"tree-sitter-rust": "^0.21.0"
}
}