Expose clojure.main/with-bindings
This commit is contained in:
parent
8afd672a20
commit
42f79d0db3
1 changed files with 2 additions and 1 deletions
|
|
@ -373,7 +373,8 @@ Use bb run --help to show this help output.
|
|||
'repl (sci/new-var 'repl
|
||||
(fn [& opts]
|
||||
(let [opts (apply hash-map opts)]
|
||||
(repl/start-repl! @common/ctx opts))) {:ns clojure-main-ns})}
|
||||
(repl/start-repl! @common/ctx opts))) {:ns clojure-main-ns})
|
||||
'with-bindings (sci/copy-var clojure-main/with-bindings clojure-main-ns)}
|
||||
'clojure.test t/clojure-test-namespace
|
||||
'clojure.math math-namespace
|
||||
'babashka.classpath classpath-namespace
|
||||
|
|
|
|||
Loading…
Reference in a new issue