musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

3.0: Support for typed Map, Set, WeakMap, WeakSet #150

Closed iccir closed 5 years ago

iccir commented 6 years ago

Ensure that types for Map/Set/WeakMap/WeakSet are passed through to TypeScript.

iccir commented 5 years ago

With the above commit, we now pass through these types to TypeScript.