nandi/frqpublic Fork 0
main
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
1
2
3
4
5
// `frq.main-web`, not `frq.main_web`: cljd's ns-to-lib maps "." to "/" and
// leaves every other character alone, so the hyphen in the namespace survives
// into the filename. This file keeps the underscore because `-t` names it on
// a command line.
export "cljd-out/frq/main-web.dart" show main;