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
shellcheck --dump-ast-schema ast.jsonschema.json --dump-ast ast.json
I guess shellcheck and shfmt might be the largest two shellscript-AST-related repos. (Are they?)
Some shellscript AST parser I found seems incomplete.
It would be awesome to re-use shellcheck AST or shfmt AST, from other language.
shellcheck
shfmt
So no need to workaround some other incomplete shellscript AST parsers.
As swagger and openapi use jsonschema, there are tools to generate type definition from jsonschema.
swagger
openapi
jsonschema
type definition
mvdan/sh#967
The text was updated successfully, but these errors were encountered:
No branches or pull requests
feat
reason
I guess shellcheck and shfmt might be the largest two shellscript-AST-related repos. (Are they?)
Some shellscript AST parser I found seems incomplete.
It would be awesome to re-use
shellcheck
AST orshfmt
AST, from other language.So no need to workaround some other incomplete shellscript AST parsers.
As
swagger
andopenapi
usejsonschema
, there are tools to generatetype definition
from jsonschema.related
mvdan/sh#967
The text was updated successfully, but these errors were encountered: