File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
1
PipeScript.TypeExpression
2
2
-------------------------
3
+
4
+
5
+
6
+
3
7
### Synopsis
4
8
The PipeScript TypeExpression Transpiler
5
9
10
+
11
+
6
12
---
13
+
14
+
7
15
### Description
8
16
9
17
Type Expressions may be transpiled.
10
18
19
+
20
+
11
21
---
22
+
23
+
12
24
### Examples
13
25
#### EXAMPLE 1
14
26
``` PowerShell
@@ -17,28 +29,34 @@ Type Expressions may be transpiled.
17
29
} | .>PipeScript
18
30
```
19
31
32
+
33
+
20
34
---
35
+
36
+
21
37
### Parameters
22
38
#### ** TypeExpressionAst**
23
39
24
40
The attributed expression
25
41
26
42
27
43
28
- > ** Type** : ``` [TypeExpressionAst] ```
29
44
30
- > ** Required** : true
31
45
32
- > ** Position** : named
33
46
34
- > ** PipelineInput** : true (ByValue)
47
+ | Type | Required| Position| PipelineInput |
48
+ | ---------------------| --------| --------| --------------|
49
+ | ` [TypeExpressionAst] ` | true | named | true (ByValue)|
50
+
51
+
35
52
36
53
37
54
38
55
---
56
+
57
+
39
58
### Syntax
40
59
``` PowerShell
41
60
PipeScript.TypeExpression -TypeExpressionAst <TypeExpressionAst> [<CommonParameters>]
42
61
```
43
- ---
44
62
You can’t perform that action at this time.
0 commit comments