Open
Description
The ternary operator will soon be added to the PowerShell language. Necessary updates may be needed for the PSSA:
- New AST type
TernaryExpressionAst
is added. Changes are made to the visitors in PowerShell. The visitors in PSSA may need to be updated too.
/cc @rjmholt