xml
This commit is contained in:
parent
241e578cc7
commit
f1c6f27eaf
2 changed files with 9 additions and 2 deletions
|
|
@ -56,4 +56,7 @@ Keep notes here about how adding libraries and classes to Babashka grows the bin
|
|||
|
||||
On macOS:
|
||||
|
||||
2020/01/08, 303ca9e825d76a4a45bc4240a59139d342c13964: 36.9MB
|
||||
2020/01/08, ..., 38.7mb / 11.3mb zipped
|
||||
Added: `clojure.data.xml`. Growth: 1.8mb / ...
|
||||
|
||||
2020/01/08, 303ca9e825d76a4a45bc4240a59139d342c13964: 36.9MB Zipped: ...
|
||||
|
|
|
|||
|
|
@ -161,7 +161,11 @@
|
|||
;; not supported: {:name "setURLStreamHandlerFactory"}
|
||||
{:name "toExternalForm"}
|
||||
{:name "toString"}
|
||||
{:name "toURI"}]}}})
|
||||
{:name "toURI"}]}
|
||||
com.sun.xml.internal.stream.XMLInputFactoryImpl
|
||||
{:methods [{:name "<init>" :parameterTypes []}]}
|
||||
com.sun.xml.internal.stream.XMLOutputFactoryImpl
|
||||
{:methods [{:name "<init>" :parameterTypes []}]}}})
|
||||
|
||||
(defmacro gen-class-map []
|
||||
(let [classes (concat (:all classes)
|
||||
|
|
|
|||
Loading…
Reference in a new issue