Any idea where this comes from? I looked through the source of squint/core.js and couldn't find any references to a function or variable named t
(squint.compiler/compile-string "t" {:elide-imports true}) ;; => "squint_core.t;\n"Look in the standard library
It is a deprecated thing
Ahh, found it (hard to grep, sorry) https://github.com/squint-cljs/squint/blob/1ecbf7fd37389211fcaf815dee9d64edb1d308e0/src/squint/core.js#L2312 for anyone interested