Fridious
Module loading
Hey,
I am just testing the deno_core. I know, that the deno runtime with the command line supports native executing of ts files and also loading of dependencies by an url and also npm depependcies out of the box. As I evaluated it, the deno_core does not support this by default, so how to easily implement executing ts files and loading of depencies by url? I already found, that I can set a custom
module_loader
and a custom_module_evaluation_cb
for the JsRuntime
, but I think there is an easier way to do this instead of integrating it by myself.
Thanks for you help3 replies