We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74d29b commit 4e514a5Copy full SHA for 4e514a5
docs/ListOfTranspilers.md
@@ -27,6 +27,7 @@ These are all of the transpilers currently included in PipeScript:
27
|[ModuleRelationship](Transpilers/Modules/ModuleRelationship.psx.ps1) |Gets Module Relationships |
28
|[NamespacedAlias](Transpilers/Syntax/NamespacedAlias.psx.ps1) |Declares a namespaced alias |
29
|[NamespacedFunction](Transpilers/Syntax/NamespacedFunction.psx.ps1) |Namespaced functions |
30
+|[NamespacedObject](Transpilers/Syntax/NamespacedObject.psx.ps1) |Namespaced functions |
31
|[New](Transpilers/Keywords/New.psx.ps1) |'new' keyword |
32
|[Object](Transpilers/Keywords/Object.psx.ps1) |Object Keyword |
33
|[OutputFile](Transpilers/OutputFile.psx.ps1) |Outputs to a File |
0 commit comments