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 f84ef47 commit 1be51c8Copy full SHA for 1be51c8
TODO
@@ -52,3 +52,6 @@ function My-Function
52
* 1.4L is seen as a member access, not as a number.
53
54
* We could use greedy=False for LIST_OF and REPEAT for better performance.
55
+
56
+* { $value * 10 } is wrongly detected by StatementList as a Pipeline,
57
+ composed by two statements '$value * 1' and '0'.
0 commit comments