We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tree-sitter-bash
The library currently uses a bash server that runs eval, which is a bit unnerving.
eval
The text was updated successfully, but these errors were encountered:
The original idea comes from pkgcheck.
However, flit doesn't allow build steps, so another PEP517 backend should be used.
Sorry, something went wrong.
Bash parser is currently used just for VDB environment files that don't require any evaluation and can be parsed statically.
environment
No branches or pull requests
The library currently uses a bash server that runs
eval
, which is a bit unnerving.The text was updated successfully, but these errors were encountered: