comment-value
comment-value copied to clipboard
Instead of value, can we track types and functional signatures?
For example
const add(a, b) => a + b
add(2, 3) //>> number
Made this in #26 but need custom serializer for types, rather than simple typeof <var>.
Especially for function signatures and array data items.