thheller / shadow-cljs

ClojureScript compilation made easy

Home Page:https://github.com/thheller/shadow-cljs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requiring a namespace with an underscore instead of dash gets par-compile stuck

thheller opened this issue · comments

There should be a check for that.

(:require [foo.bar_baz]) will get stuck with ns is actually (correctly) (ns foo.bar-baz).