This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Description
Currently, JS files produced by Ditto rely on npm for linking. The reason in that they import each other with import std/...`.
It might be better to generate both packages and dist in the some folder, and use relative imports. This way, these files can be served directly to be used in browser, or in Deno.