We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c25d2 commit 2466770Copy full SHA for 2466770
docs/ListOfTranspilers.md
@@ -21,6 +21,7 @@ These are all of the transpilers currently included in PipeScript:
21
|[CSharp.Template](Transpilers/Templates/CSharp.Template.psx.ps1) |C# Template Transpiler. |
22
|[CSS.Template](Transpilers/Templates/CSS.Template.psx.ps1) |CSS Template Transpiler. |
23
|[Decorate](Transpilers/Decorate.psx.ps1) |decorate transpiler |
24
+|[Define](Transpilers/Define.psx.ps1) |defines a variable |
25
|[Dot](Transpilers/Syntax/Dot.psx.ps1) |Dot Notation |
26
|[EqualityComparison](Transpilers/Syntax/EqualityComparison.psx.ps1) |Allows equality comparison. |
27
|[EqualityTypeComparison](Transpilers/Syntax/EqualityTypeComparison.psx.ps1) |Allows equality type comparison. |
0 commit comments