Module Format Change
Change the module format to be a simpler:
import X from "@<owner>/<package>.<module>";
import JSX from "@knot/jsx";
// internal modules
// src/path/from/root.kn
import Y from "path.from.root";
// instead of
import Y from ".path.from.root";
// leading period doesn't really add much
Last updated
Was this helpful?