Skip to content

Commit 1cae48e

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge branch 'PipeScriptUpdates' of https://github.com/StartAutomating/PipeScript into PipeScriptUpdates
1 parent 79dbae9 commit 1cae48e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PipeScript.types.ps1xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,14 @@ $offsetDifference = $this.Extent.StartOffset - $this.Parent.Extent.StartOffset
887887
$this.Parent.Extent.ToString().Substring(0, $offsetDifference) -replace '^[\r\n\s]{0,}\{'
888888
</GetScriptBlock>
889889
</ScriptProperty>
890+
<ScriptProperty>
891+
<Name>ParameterNames</Name>
892+
<GetScriptBlock>
893+
@(foreach ($parameter in $this.Parameters) {
894+
$parameter.ParameterNames
895+
})
896+
</GetScriptBlock>
897+
</ScriptProperty>
890898
</Members>
891899
</Type>
892900
<Type>

0 commit comments

Comments
 (0)