Skip to content

Commit

Permalink
Add some types for honeysql
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 8, 2022
1 parent 91c7962 commit e43602b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nbb/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,10 @@
'parse-boolean (sci/copy-var parse-boolean core-ns)
'parse-uuid (sci/copy-var parse-uuid core-ns)
'goog-define (sci/copy-var gdefine core-ns)
'type->str (sci/copy-var type->str core-ns)}
'type->str (sci/copy-var type->str core-ns)
'Keyword (sci/copy-var Keyword core-ns)
'Symbol (sci/copy-var Symbol core-ns)
'PersistentVector (sci/copy-var PersistentVector core-ns)}
'cljs.reader {'read-string (sci/copy-var edn/read-string (sci/create-ns 'cljs.reader))}
'clojure.main {'repl-requires (sci/copy-var
repl-requires
Expand Down

0 comments on commit e43602b

Please sign in to comment.