cljs-dev

borkdude 2026-06-25T10:54:40.584059Z

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