Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@mintlify/grove
Advanced tools
Universal AST parser built on Tree-sitter for node
import parser from '@mintlify/grove'
const code = 'print("Hello world")'
const languageId = 'python'
const parsed = parser(code, languageId) // get parsed AST
See the interactive demo for more information
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the
npm install
command:
$ npm install @mintlify/grove
In order to use Grove, you have the build from the Rust dependency setup so it properly works for your operating system
$ npm install cargo-cp-artifact --save-dev
$ cd ./node_modules/@mintlify/grove/parser && npm run build
When deploying to production, make sure to run the above command during the build process
Import the package
import parser from '@mintlify/grove'
Pass in the code and language identifier as strings
const parsed = parser(code, languageId)
Currently Grove supports the following languages
Language | Identifier |
---|---|
JavaScript | javascript |
TypeScript | typescript |
Python | python |
PHP | php |
React JSX | javascriptreact |
React TSX | typescriptreact |
Ruby | ruby |
Rust | rust |
Java | java |
Kotlin | kotlin |
C | c |
C++ | cpp |
C# | csharp |
Dart | dart |
Go | go |
🚧 More languages are under construction and grows in accordance with Tree-sitter's available parsers
Built with 💚 by the Mintlify team
FAQs
Universal AST parser built on Tree-sitter
The npm package @mintlify/grove receives a total of 4 weekly downloads. As such, @mintlify/grove popularity was classified as not popular.
We found that @mintlify/grove demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.