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
In order to execute loaded code that is being transpiled using the api, would this be an appropriate use of eval()? transpile returns a string and in order to run the code I can't see any way around that. Just wanted to make sure :)
In order to execute loaded code that is being transpiled using the api, would this be an appropriate use of eval()? transpile returns a string and in order to run the code I can't see any way around that. Just wanted to make sure :)