Pavel Kazlovich
10/08/2025, 8:04 AMis JsAny makes the compiler angry since it's an external type. My use case is writing a simple idempotent Any->JsAny converter which accepts primitives, iterables, maps and JsAny and gets me back JsAny or throws an error.Robert Jaros
10/08/2025, 8:13 AMPavel Kazlovich
10/08/2025, 8:21 AMnull on wasmJs, but as far as I see the else block uses cast(), which is just an unsafe this as T cast on wasmJs. How would it produce null if I use something like myDataClassInstance.toJsAny()?Robert Jaros
10/08/2025, 8:31 AMPavel Kazlovich
10/08/2025, 8:33 AM