node has a "new" convention of prefixing built-in namespace with node:, e.g. node:fs. but this doesn't seem to work with "vanilla" CLJS (in contrast with shadow-cljs). This naming scheme can be important for tools like deno etc, so it knows it can skip bundling that builtin library