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 11PipeScript.TypeExpression
22-------------------------
3+
4+
5+
6+
37### Synopsis
48The PipeScript TypeExpression Transpiler
59
10+
11+
612---
13+
14+
715### Description
816
917Type Expressions may be transpiled.
1018
19+
20+
1121---
22+
23+
1224### Examples
1325#### EXAMPLE 1
1426``` PowerShell
@@ -17,28 +29,34 @@ Type Expressions may be transpiled.
1729} | .>PipeScript
1830```
1931
32+
33+
2034---
35+
36+
2137### Parameters
2238#### ** TypeExpressionAst**
2339
2440The attributed expression
2541
2642
2743
28- > ** Type** : ``` [TypeExpressionAst] ```
2944
30- > ** Required** : true
3145
32- > ** Position** : named
3346
34- > ** PipelineInput** : true (ByValue)
47+ | Type | Required| Position| PipelineInput |
48+ | ---------------------| --------| --------| --------------|
49+ | ` [TypeExpressionAst] ` | true | named | true (ByValue)|
50+
51+
3552
3653
3754
3855---
56+
57+
3958### Syntax
4059``` PowerShell
4160PipeScript.TypeExpression -TypeExpressionAst <TypeExpressionAst> [<CommonParameters>]
4261```
43- ---
4462
You can’t perform that action at this time.
0 commit comments