shadow-cljs

borkdude 2026-05-25T17:42:01.635449Z

is it possible to do something about this warning? I want to keep testing a deprecated function:

------ WARNING #1 - :fn-deprecated ---------------------------------------------
 File: /Users/borkdude/dev/squint/test/squint/compiler_test.cljs:2578:25
--------------------------------------------------------------------------------
2575 |     (is (= (squint/transpile* "(+ 1 2)")
2576 |            (squint/transpile* '[(+ 1 2)]))))
2577 |   (testing "deprecated *-string* aliases still work"
2578 |     (is (= (:javascript (squint/compile-string* "(+ 1 2)"))
-------------------------------^------------------------------------------------
 squint.compiler/compile-string* is deprecated

✅ 1
lread 2026-05-25T17:46:58.443369Z

away from kbd but how about this? https://github.com/clj-commons/rewrite-clj/blob/4ea84e6adf7ef5b4889b5296eb104545a54fb3d4/shadow-cljs.edn#L7

🙏 1
borkdude 2026-05-25T17:47:35.274649Z

nice