Skip to content

Commit f2ddd54

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Improving Unnamed end block behavior (Fixes #363)
1 parent 5831c92 commit f2ddd54

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed
Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
PipeScript.ParameterTypeConstraint
22
----------------------------------
3+
4+
5+
6+
37
### Synopsis
48
Transpiles Parameter Type Constraints
59

10+
11+
612
---
13+
14+
715
### Description
816

917
Transpiles Parameter Type Constraints.
@@ -13,24 +21,30 @@ A Type Constraint is an AST expression that constrains a value to a particular t
1321

1422
If the type name does not exist, and is not [ordered], PipeScript will search for a transpiler and attempt to run it.
1523

24+
25+
1626
---
27+
28+
1729
### Parameters
1830
#### **TypeConstraintAST**
1931

20-
> **Type**: ```[TypeConstraintAst]```
2132

22-
> **Required**: true
2333

24-
> **Position**: named
2534

26-
> **PipelineInput**:true (ByValue)
35+
|Type |Required|Position|PipelineInput |
36+
|---------------------|--------|--------|--------------|
37+
|`[TypeConstraintAst]`|true |named |true (ByValue)|
38+
39+
2740

2841

2942

3043
---
44+
45+
3146
### Syntax
3247
```PowerShell
3348
PipeScript.ParameterTypeConstraint -TypeConstraintAST <TypeConstraintAst> [<CommonParameters>]
3449
```
35-
---
3650

0 commit comments

Comments
 (0)