#Unexpected token 'export' (deno_core)
13 messages · Page 1 of 1 (latest)
execute_script only parses/runs scripts, not modules
much like <script> in HTML, rather than <script type="module">
you have to use load_main_module and evaluate_mod and so on together with a module loader
Is there a non asynchronous version of load_main_module?