nandi/frqpublic Fork 0
b4172e953d70d5164f0837f6a88b0b92448c32f6
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

main_web.dart · 5 lines · 299 BDart Blame HistoryRaw
A third target, and the seam that was already waiting for it f54ca45 nandi 2d ago1// `frq.main-web`, not `frq.main_web`: cljd's ns-to-lib maps "." to "/" and
2// leaves every other character alone, so the hyphen in the namespace survives
3// into the filename. This file keeps the underscore because `-t` names it on
4// a command line.
5export "cljd-out/frq/main-web.dart" show main;