Fork me on GitHub
#sci
<
2023-06-23
>
Kimo22:06:31

Got a https://github.com/borkdude/cljs-showcase project running:

<pre class="cljs-showcase">
    (ns my-ns)
    (def x)
</pre>
#'my-ns/x
<pre class="cljs-showcase">
    (def y)
</pre>
#'user/y Is this intended? I'd like all code blocks on my page to use the declared namespace. Any clues or workarounds?

ray06:06:43

I’m going to guess that you can use in-ns

borkdude08:06:10

@U02J388JDEG Ah. I agree, we should fix this. Can file you an issue?

2