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
{{ message }}
Add convenience method to retrieve ScriptInfo/ModuleInfo from script #389
As suggested by @ctrueden on gitter, we should add a convenience method to
ScriptServicethat returns aScriptInfoorModuleInfofor a given script.Something like
getScriptInfo(String filename, String script)?