You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
babashka/nbb#242 details some of the behavior when trying to use SCI to load some CLJS code that extends JS default types. I'm creating an issue here to track it and relate to a fix I have in the works in sci.impl.protocols.
version
0.3.32 and master
platform
macOS / Nodejs v18.3.0
problem
babashka/nbb#242 details some of the behavior when trying to use SCI to load some CLJS code that extends JS default types. I'm creating an issue here to track it and relate to a fix I have in the works in
sci.impl.protocols
.repro
expected result
([true :object] [true :string] [true :number] [true :array] [true :function] [true :boolean])
actual result
It attempts to resolve the type symbols (and throws an error for most of them).
The text was updated successfully, but these errors were encountered: