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
Show-Ast is a great tool for interactive exploration of ASTs (abstract syntax trees) underlying a given piece of PowerShell code.
However, it is WinForms-based and thereby by definition Windows-only.
It would be great if a console-based, cross-platform implementation were made available.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary of the new feature / enhancement
Show-Ast is a great tool for interactive exploration of ASTs (abstract syntax trees) underlying a given piece of PowerShell code.
However, it is WinForms-based and thereby by definition Windows-only.
It would be great if a console-based, cross-platform implementation were made available.
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: