File tree Expand file tree Collapse file tree 4 files changed +7
-43
lines changed Expand file tree Collapse file tree 4 files changed +7
-43
lines changed Original file line number Diff line number Diff line change 16
16
node_modules
17
17
pom.xml
18
18
pom.xml.asc
19
+ node_modules
20
+ .shadow-cljs
21
+ .clj-kondo /babashka
22
+ .clj-kondo /rewrite-clj
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
- :deps {org.babashka/sci #_{:local/root " ../babashka/sci" } {:mvn/version " 0.2.8" }
2
+ :deps {org.babashka/sci {:git/url " https://github.com/babashka/sci"
3
+ :git/sha " 89aa8a1bdf1d642590ca9be297b4cfb2d08322a7" }
3
4
org.clojure/clojurescript {:mvn/version " 1.10.893" }}
4
5
:aliases {:dev {:extra-deps {thheller/shadow-cljs {:mvn/version " 2.16.12" }}}}}
Original file line number Diff line number Diff line change 1
1
(ns obb.impl.core
2
2
(:refer-clojure :exclude [newline println prn slurp])
3
3
(:require [clojure.core :as clojure]
4
- [obb.impl.sci :as impl.sci]
5
- [sci.core :as sci]
6
- [sci.impl.interop :as interop]))
4
+ [sci.core :as sci]))
7
5
8
6
(def core-ns (sci/create-ns 'clojure.core nil ))
9
7
51
49
(when-not (object-specifier? x)
52
50
(f x y))))
53
51
54
- (set! interop/invoke-instance-method impl.sci/invoke-instance-method)
55
-
56
- (set! interop/invoke-static-method impl.sci/invoke-static-method)
57
-
58
52
(set! clojure/map? (not-object-specifier-pred-1 map?))
59
53
60
54
(set! clojure/meta (not-object-specifier-pred-1 meta))
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments