sci: now includes clojure.edn

This commit is contained in:
Michiel Borkent 2020-02-02 18:24:58 +01:00
parent 00670bfafe
commit 1224919bd1
2 changed files with 1 additions and 3 deletions

2
sci

@ -1 +1 @@
Subproject commit bff25c5f4a709dfa36003c29b26e5fe46169e202
Subproject commit e31ed647874237fbfd5c766ef3d0e9d26a634165

View file

@ -246,8 +246,6 @@ Everything after that is bound to *command-line-args*."))
(def namespaces
{'clojure.tools.cli tools-cli-namespace
'clojure.edn {'read edn/read
'read-string edn/read-string}
'clojure.java.shell shell-namespace
'babashka.wait {'wait-for-port wait/wait-for-port
'wait-for-path wait/wait-for-path}