The cljs.loader namespace is compiled after all other sources have been compiled, because its `module-infos` and `module-uris` vars need to be populated with information from the compiler.
REPLs should follow a similar strategy, because otherwise it could happen that the information in `module-infos` and `module-uris` gets lost.
The cljs.loader namespace is compiled after all other sources have
been compiled, because its `module-infos` and `module-uris` vars need
to be populated with information from the compiler.
REPLs should follow a similar strategy, because otherwise it could
happen that the information in `module-infos` and `module-uris` gets
lost.