ShowPSAst
ShowPSAst copied to clipboard
Simple UI to explore the PowerShell Ast
on PowerShell 6.2.3 on macOS Catalina 10.15.3 ``` PS /Users/user> Show-Ast Add-Type : Cannot find path '/Users/user/Downloads/System.Windows.Forms.dll' because it does not exist. At /Users/user/.local/share/powershell/Modules/ShowPSAst/1.0/ShowPSAst.psm1:24 char:9 + Add-Type -Assembly System.Windows.Forms +...
I tried running the tool on the module itself as follows. ``` Show-Ast .\ShowPSAst.psm1 ``` I found the following children nodes with the same texts (why is that? I assume...
Only recognizes linebreak with CRLF atm. Should support LF due to more common use with cross-platform scripts.