Skip to content

Commit ea2cc7f

Browse files
author
dnolen
committed
include cljs.reader in hello sample for Closure Module testing purposes
1 parent c98b19a commit ea2cc7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/hello/src/hello/core.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(ns hello.core
2-
(:require [hello.foo.bar :as bar]))
2+
(:require [hello.foo.bar :as bar]
3+
[cljs.reader :as reader]))
34

45
(defn ^{:export greet} greet [n]
56
(str "Hello " n))

0 commit comments

Comments
 (0)