You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: