Open
Description
Hi guys,
First of all, thx for sharing this project that I found very useful.
I have a question regarding script expressions. I'm referring to Stefan Goessner's page:
- ?() : applies a filter (script) expression => what kind of script is it, JavaScript where any occurrence of "this" would be replaced with "@"? Is any JavaScript expression allowed here or is there any restriction?
- () : script expression, using the underlying script engine => what is the underlying script engine that you have included in your implementation? Same question: if this is JavaScript where any occurrence of "this" would be replaced with "@"? Is any JavaScript expression allowed here? Any restriction?
Thanks in advance!
Franck.