Skip to content

Commit

Permalink
Add Lucee support for listreduce.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Sep 19, 2024
1 parent 5730ec2 commit 2869a62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/en/listreduce.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{"syntax":" listReduce(list, function(result, item [,index, list]) [,initialValue, delimiter, includeEmptyFields])",
"description":"Iterates over each item of the list and calls the closure to work on the item. This function will reduce the list to a single value and will return the value.",
"engines":{
"coldfusion":{"minimum_version":"11","docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-l/listreduce.html","notes":""}
"coldfusion":{"minimum_version":"11","docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-l/listreduce.html","notes":""},
"lucee":{"minimum_version":"4.5","docs":"https://docs.lucee.org/reference/functions/listreduce.html","notes":""}
},
"name":"listReduce",
"links":[{
Expand Down Expand Up @@ -29,4 +30,4 @@
}],
"type":"function",
"related":["ArrayMap","ArrayReduce"]
}
}

0 comments on commit 2869a62

Please sign in to comment.