File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pipescript.FunctionDefinition
2
2
-----------------------------
3
+
4
+
5
+
6
+
3
7
### Synopsis
4
8
PipeScript Function Transpiler
5
9
10
+
11
+
6
12
---
13
+
14
+
7
15
### Description
8
16
9
17
Transpiles Function Definitions.
10
18
19
+
20
+
11
21
---
22
+
23
+
12
24
### Parameters
13
25
#### ** FunctionDefinition**
14
26
15
27
An abstract syntax tree function definition.
16
28
17
29
18
30
19
- > ** Type** : ``` [FunctionDefinitionAst] ```
20
31
21
- > ** Required** : true
22
32
23
- > ** Position** : named
24
33
25
- > ** PipelineInput** : true (ByValue)
34
+ | Type | Required| Position| PipelineInput |
35
+ | -------------------------| --------| --------| --------------|
36
+ | ` [FunctionDefinitionAst] ` | true | named | true (ByValue)|
37
+
38
+
26
39
27
40
28
41
29
42
---
43
+
44
+
30
45
### Syntax
31
46
``` PowerShell
32
47
Pipescript.FunctionDefinition -FunctionDefinition <FunctionDefinitionAst> [<CommonParameters>]
33
48
```
34
- ---
35
49
You can’t perform that action at this time.
0 commit comments