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

The label formatter doesn't preserve type, turns Record, Map, WeakMap into Map. Will fix, it's a small change.