But when running tests with multiple scripts, we can see old functions in old script executed in runtime persists. which we don't want to happen. unexpected test results.
I am not aware of deno_core much. Its obvious to use different scope or context or even isolation. I don't have enough knowledge of how to use the above mentioned.
Any or even the smallest help/guidance is welcomed.
Currently when we use the @file:abc.js annotation in a file like foo.md, and try to access it in bar.md we succeed. The expected behaviour is that all files defined in foo.md should be local to tha...