noprompt / meander

Tools for transparent data transformation
MIT License
918 stars 55 forks source link

fix reflection warning without breaking ability to load meander.util.epsilon without clojurescript on classpath #245

Open RutledgePaulV opened 1 year ago

RutledgePaulV commented 1 year ago

https://github.com/noprompt/meander/pull/237 broke the ability to load this namespace without ClojureScript on the classpath. This change reverts that update and fixes the reflection warning while remaining usable without ClojureScript.