Welcome! Please see the About page for a little more info on how this works.
These utility fns in {{cljs.spec.test.alpha}} weren't intended for public use: {{distinct-by}}, {{get-host-port}}, {{get-ua-product}}, {{get-env}}
Comment made by: julioberina
Here's the patch for this issue
Comment made by: mfikes
Hey Julio, have you signed the CA? (I don't see your name listed here https://clojure.org/community/contributors)
If not, see https://clojurescript.org/community/contributing
Yes. I have signed the CA since September 5. From what I saw online, it takes like a couple of months to update the contributor list
Thanks, Julio. Your patch is probably fine. One aspect to consider is that {{defn-}} is typically used instead of private meta.
I initially thought of doing that because I thought it was the other way around (private meta over defn-). Thank you for letting me know. I'll remember that for next time.
CLJS-2849.patch LGTM and passes tests.