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
For my task, I need to collect & pass minimum of data referenced by the given function from outer scope i.e. if it references globalObj.prop1 and globalObj.prop2 I'd like to get list of those props and not just globalObj.
Do you think it would be possible / easy to extend escope to support collection of such property references?
The text was updated successfully, but these errors were encountered:
For my task, I need to collect & pass minimum of data referenced by the given function from outer scope i.e. if it references
globalObj.prop1
andglobalObj.prop2
I'd like to get list of those props and not justglobalObj
.Do you think it would be possible / easy to extend escope to support collection of such property references?
The text was updated successfully, but these errors were encountered: