File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pipescript.FunctionDefinition
22-----------------------------
3+
4+
5+
6+
37### Synopsis
48PipeScript Function Transpiler
59
10+
11+
612---
13+
14+
715### Description
816
917Transpiles Function Definitions.
1018
19+
20+
1121---
22+
23+
1224### Parameters
1325#### ** FunctionDefinition**
1426
1527An abstract syntax tree function definition.
1628
1729
1830
19- > ** Type** : ``` [FunctionDefinitionAst] ```
2031
21- > ** Required** : true
2232
23- > ** Position** : named
2433
25- > ** PipelineInput** : true (ByValue)
34+ | Type | Required| Position| PipelineInput |
35+ | -------------------------| --------| --------| --------------|
36+ | ` [FunctionDefinitionAst] ` | true | named | true (ByValue)|
37+
38+
2639
2740
2841
2942---
43+
44+
3045### Syntax
3146``` PowerShell
3247Pipescript.FunctionDefinition -FunctionDefinition <FunctionDefinitionAst> [<CommonParameters>]
3348```
34- ---
3549
You can’t perform that action at this time.
0 commit comments