Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Enable {{cljs.core.specs.alpha}} at least at the REPL and ideally for compilation.

Rationale: For alignment with Clojure.

Note: The {{cljs.core.specs.alpha}} namespace was ported around a year ago, CLJS-2413 and has shipped since 1.10.63 as an opt-in feature.

Enabling this could slow down compilation (it would be worth checking).

Enabling this could cause certain code that compiles now to no longer compile if they contain code that doesn't pass the specs (similar to what happened in Clojure).

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-3016 (reported by mfikes)
...