We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dfb7a commit 82fc6f3Copy full SHA for 82fc6f3
test/clj/cljs/compiler_tests.clj
@@ -31,21 +31,21 @@
31
'(defn foo []
32
(fn bar [])))
33
[:init :name]))
34
- 'cljs$user_SLASH_foo))
+ 'cljs$user$foo))
35
(is (= (c/munge
36
(get-in
37
(a/analyze ns-env
38
39
40
[:init :children 0 :children 0 :name]))
41
- 'cljs$user_SLASH_foo_$_bar))
+ 'cljs$user$foo_$_bar))
42
43
44
45
'(fn []
46
(fn console [])))
47
[:children 0 :children 0 :name]))
48
- 'cljs$user_SLASH_console)))
+ 'cljs$user$console)))
49
50
(comment
51
(c/munge
0 commit comments