We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc085b commit d9ff913Copy full SHA for d9ff913
script/browser_repl.clj
@@ -0,0 +1,3 @@
1
+(require '[cljs.repl :as repl])
2
+(require '[cljs.repl.browser :as browser])
3
+(repl/repl (browser/repl-env))
0 commit comments