Y
Hacker News
new
|
ask
|
show
|
jobs
by
quackware
928 days ago
Why is `Record<string, unknown>` converted to `Map<string, unknown>` in the diagram?
1 comments
_andrei_
928 days ago
The label formatter doesn't preserve type, turns Record, Map, WeakMap into Map. Will fix, it's a small change.
link