Skip to content

Commit

Permalink
Add cljs.core/Atom to nbb
Browse files Browse the repository at this point in the history
Allows code like `(instance? cljs.core/Atom state)`
to be nbb compatible
  • Loading branch information
logseq-cldwalker committed Jan 15, 2024
1 parent 76b9e28 commit 633a00d
Show file tree
Hide file tree
Showing 28 changed files with 2,953 additions and 2,741 deletions.
9 changes: 4 additions & 5 deletions bb.edn
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{:paths ["script"]
:deps
{nbb.build/nbb.build
{:git/url "https://github.com/babashka/nbb"
:git/sha "35e4e94966d0ae45bb87569940b7c1fb05c19467"
{:git/url "https://github.com/logseq/nbb"
:git/sha "9c9a698cf1bc572c9210515f02e259dd70c6a833"
:deps/root "build"}
#_{:local/root "../nbb/build"}
nbb/nbb
{:git/url "https://github.com/babashka/nbb"
:git/sha "35e4e94966d0ae45bb87569940b7c1fb05c19467"
:git/tag "v1.2.173"}
{:git/url "https://github.com/logseq/nbb"
:git/sha "9c9a698cf1bc572c9210515f02e259dd70c6a833"}
#_{:local/root "../nbb"}
org.babashka/sci
{:mvn/version "0.8.41"}
Expand Down
27 changes: 13 additions & 14 deletions lib/nbb_api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 633a00d

Please sign in to comment.