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
away from kbd but how about this? https://github.com/clj-commons/rewrite-clj/blob/4ea84e6adf7ef5b4889b5296eb104545a54fb3d4/shadow-cljs.edn#L7
nice