This PR adds two functions TryGetImports and a TryCompileWithImports overload that returns a list of all used source files as an out parameter.
I intend to use both with BF Emulator/Persona Essentials so I can take into account changes in imports to flowscript files when caching compiled bf files.
This PR adds two functions
TryGetImports
and aTryCompileWithImports
overload that returns a list of all used source files as an out parameter. I intend to use both with BF Emulator/Persona Essentials so I can take into account changes in imports to flowscript files when caching compiled bf files.