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 4c4edf0 commit 7597803Copy full SHA for 7597803
src/topics/expressions.md
@@ -124,7 +124,8 @@ functions that can be called in other parts of the CWL document.
124
125
```{note}
126
127
-The `cwltool` CWL Runner, uses a JavaScript Engine that supports
+The CWL standards (versions 1.0 through 1.2) [states](https://www.commonwl.org/v1.0/CommandLineTool.html#Expressions)
128
+ that the only version of JavaScript valid in CWL expressions is
129
[ECMAScript 5.1](https://262.ecma-international.org/5.1/). This means that any
130
code that you include or write in your CWL Document must be compliant with
131
ECMAScript 5.1.
0 commit comments