Open mhaamann opened 5 years ago
Having a function call in the calleeName is currently not supported. You might be able to work around this using a getter instead of a function call since property access is supported:
JsExtractors.callExpression('context.gt.gettext')
I'm going to leave this issue open as a feature request. I'm a bit hesitant to implement this though, because I feel like the next request would be to support function arguments as well (e.g. context.get('gt').gettext
) and so on...
When configuring the extractor to look for the following:
It fails to find code defined as:
Is this supported? Or is there something I need to write to escape the parenthesis.