From ed4d270a5670c343982f405cc8802c2728ec3b14 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 12 Nov 2023 00:39:47 +0000 Subject: [PATCH] feat: Porting Razor Template to Language Function (Fixes #620) --- docs/ListOfTranspilers.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ListOfTranspilers.md b/docs/ListOfTranspilers.md index fe535ff79..8590794dd 100644 --- a/docs/ListOfTranspilers.md +++ b/docs/ListOfTranspilers.md @@ -40,7 +40,6 @@ These are all of the transpilers currently included in PipeScript: |[PipeScript.TypeExpression](Transpilers/Core/PipeScript.TypeExpression.psx.ps1) |The PipeScript TypeExpression Transpiler | |[ProxyCommand](Transpilers/ProxyCommand.psx.ps1) |Creates Proxy Commands | |[Python.Template](Transpilers/Templates/Python.Template.psx.ps1) |Python Template Transpiler. | -|[Razor.Template](Transpilers/Templates/Razor.Template.psx.ps1) |Razor Template Transpiler. | |[RegexLiteral](Transpilers/Syntax/RegexLiteral.psx.ps1) |Regex Literal Transpiler | |[RemoveParameter](Transpilers/Parameters/RemoveParameter.psx.ps1) |Removes Parameters from a ScriptBlock | |[RenameVariable](Transpilers/RenameVariable.psx.ps1) |Renames variables |