From 919362cbdd504ba9a81286cb0b9664dffeb10e75 Mon Sep 17 00:00:00 2001 From: James Brundage <@github.com> Date: Sat, 4 May 2024 11:48:48 -0700 Subject: [PATCH] feat: Adding PipeScript Keyword Template ( Fixes #1116 ) Join-PipeScript does not require -NoTranspile --- .../Templates/Syntax/PipeScript-Template-Keyword.ps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Languages/PipeScript/Templates/Syntax/PipeScript-Template-Keyword.ps.ps1 b/Languages/PipeScript/Templates/Syntax/PipeScript-Template-Keyword.ps.ps1 index 842101808..754eabe63 100644 --- a/Languages/PipeScript/Templates/Syntax/PipeScript-Template-Keyword.ps.ps1 +++ b/Languages/PipeScript/Templates/Syntax/PipeScript-Template-Keyword.ps.ps1 @@ -88,7 +88,7 @@ Template function PipeScript.Keyword { # This will be expanded in the future. if ($aliasNamesFound -notcontains "PipeScript.Template.Keyword.$($KeywordName)") { $KeywordDefinition = [scriptblock]::create("[Alias('PipeScript.Template.Keyword.$($KeywordName)')]param()"), $KeywordDefinition | - Join-PipeScript -NoTranspile + Join-PipeScript } # Redefine the function