mylesmmurphy / prettify-ts

Prettify TypeScript: Better Type Previews
https://marketplace.visualstudio.com/items?itemName=MylesMurphy.prettify-ts
MIT License
264 stars 8 forks source link

feat: tuples #53

Closed mylesmmurphy closed 2 weeks ago

mylesmmurphy commented 2 weeks ago

This pull request introduces support for tuple types in the TypeScript plugin. The changes include modifications to handle tuple types in the type tree and to stringify tuple types.

Support for tuple types:

Stringification of tuple types: