squint

yuhan 2025-05-13T15:38:56.242369Z

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"

borkdude 2025-05-13T15:43:19.980019Z

Look in the standard library

borkdude 2025-05-13T15:43:28.325899Z

It is a deprecated thing

yuhan 2025-05-13T15:48:45.628579Z

Ahh, found it (hard to grep, sorry) https://github.com/squint-cljs/squint/blob/1ecbf7fd37389211fcaf815dee9d64edb1d308e0/src/squint/core.js#L2312 for anyone interested