Deno dependency top level await work around
I have the following error while building with dnt
I cannot use top level await even with scriptModule: false, how do I workaround my dependency using it?
2 Replies
Move your top level await to an async function and call it on start.
its not me who's doing it, its a dependency @Danielduel