Skip to content

Fix Get-AstChildren doesn't work with IfStatementAst#51

Open
KevinsBobo wants to merge 3 commits intodanielbohannon:masterfrom
KevinsBobo:master
Open

Fix Get-AstChildren doesn't work with IfStatementAst#51
KevinsBobo wants to merge 3 commits intodanielbohannon:masterfrom
KevinsBobo:master

Conversation

@KevinsBobo
Copy link

For example:
Out-ObfuscatedAst -ScriptBlock {
If($true)
{
$a = 1 + 3 + 4
$b = 5
$c = $a + $b
$d = 8 + 9
$e = $d
}
}

For example:
Out-ObfuscatedAst -ScriptBlock {
If($true)
{
    $a = 1 + 3 + 4
    $b = 5
    $c = $a + $b
    $d = 8 + 9
    $e = $d
}
}
For example:
Out-ObfuscatedAst -ScriptBlock {
If($true)
{
    $a = 1 + 3 + 4
    $b = 5
    $c = $a + $b
    $d = 8 + 9
    $e = $d
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant