Fork me on GitHub
#malli
<
2022-06-12
>
borkdude19:06:15

Hi! Can this be fixed somehow?

------ WARNING #1 -  -----------------------------------------------------------
 File: ~/.m2/repository/metosin/malli/0.8.4/malli-0.8.4.jar!/malli/core.cljc:2265:26
--------------------------------------------------------------------------------
2262 |          (reduce -register-var {}))))
2263 | 
2264 | (defn class-schemas []
2265 |   {#?(:clj Pattern, :cljs js/RegExp) (-re-schema true)})
--------------------------------^-----------------------------------------------
 References to the global RegExp object prevents optimization of regular expressions
I'm compiling malli as part of #nbb and I'd like to keep the rest of nbb optimized

borkdude20:06:48

Awesome thank. cc @ikitommi