You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some language instructions are only specific from a certain version (range operator for characters, chaining operator, null coalescing, ...)
This is an information to know I think.
The text was updated successfully, but these errors were encountered:
See also #85 - we could add a remark about the version in the .csv file?
About workflow the error that you see there is the actual parser error that is generated in trying to generate the AST, because the engine in ExplainPowerShell is 7.2.4 at this moment.
I also think that the explanation is lacking because the function keyword also does not have code to explain it yet.
We could handle the case of a workflow there, I think.
>>we could add a remark about the version in the .csv file?
I don't know the code, hard to say.
I was thinking more about annotating new AST classes.
For the keyword 'Workflow' it was more information on the behavior of the website.
On the web page you can also specify something like this: ExplainPowerShell support all syntax up to version 7.2.4
Some language instructions are only specific from a certain version (range operator for characters, chaining operator, null coalescing, ...)
This is an information to know I think.
The text was updated successfully, but these errors were encountered: