comment-value icon indicating copy to clipboard operation
comment-value copied to clipboard

Instead of value, can we track types and functional signatures?

Open bahmutov opened this issue 8 years ago • 1 comments

For example

const add(a, b) => a + b
add(2, 3) //>> number

bahmutov avatar Jan 18 '17 14:01 bahmutov

Made this in #26 but need custom serializer for types, rather than simple typeof <var>. Especially for function signatures and array data items.

bahmutov avatar Feb 13 '17 05:02 bahmutov