currentExecutingScript
currentExecutingScript copied to clipboard
Implement `.far()`
Implement an experimental function called .far() for finding the farthest (most shallow) script element for the current execution call stack.
From your docs, It looks like you've implemented this BTW. Could you please describe more precisely what this returns, perhaps with an example? (same perhaps for .near() and .origin() :) ). Cheers!