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 5488128 commit 08665e8Copy full SHA for 08665e8
Transpilers/Syntax/README.ps1.md
@@ -13,9 +13,7 @@ This directory and it's subdirectories contain syntax changes that enable common
13
# Examples
14
15
~~~PipeScript{
16
- $transpilers = Get-Transpiler -TranspilerPath $pwd
17
-
18
- @(foreach ($transpiler in $transpilers) {
+ @(foreach ($transpiler in Get-Transpiler -TranspilerPath $pwd) {
19
$examples = @($transpiler.Examples)
20
if (-not $examples) { continue }
21
for ($exampleNumber = 1; $exampleNumber -le $examples.Length; $exampleNumber++) {
@@ -34,4 +32,4 @@ This directory and it's subdirectories contain syntax changes that enable common
34
32
~~~
35
33
36
37
+[source](README.ps1.md)
0 commit comments