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 663c168 commit fb26b5bCopy full SHA for fb26b5b
marklogic-data-hub/src/main/resources/ml-modules/root/com.marklogic.hub/lib/flow-lib.xqy
@@ -626,6 +626,15 @@ declare function flow:validate-entities()
626
else
627
"create-" || $destination
628
return
629
+ (:
630
+ : Note that we are static checking the files.
631
+ : This is because there is no reasonable way to actually
632
+ : call the plugins and pass in data that will work for all plugins.
633
+ :
634
+ : The disadvantage to static checking is that we will not catch typos
635
+ : like ctsdoc <- (missing period) because Javascript is dynamically
636
+ : typed. Static checking will only catch syntax errors in sjs.
637
+ :)
638
try {
639
if ($type eq $flow:TYPE-XQUERY) then
640
xdmp:eval(
0 commit comments