types icon indicating copy to clipboard operation
types copied to clipboard

Use nominal types if TypeScript adds them

Open kainino0x opened this issue 6 years ago • 0 comments

Seems like TypeScript is adding some facilities for nicer nominal types: microsoft/TypeScript#33038 . Right now we do a "hack" (#11) using private void fields to make types unique.

kainino0x avatar Jan 07 '20 19:01 kainino0x