if I want to add some additional dependencies to t...
# announcements
c
if I want to add some additional dependencies to the script, do I have to do it from
ScriptContents
in the resolver? I thought to use something like
using("some",  "imports") from source("some dep source")
, but parsing these seems to be a pain in the ass even with the lexer