omphalos

Results 3 issues of omphalos

The following test throws an exception, but shouldn't: x(); function x() { console.log(1); }

bug

Not that familiar with ClojureScript so sorry if this is off-base, but it's my understanding the the following should work: require('closer').parse("(ns a.b)") This works okay when I try the ClojureScript...

enhancement