bloomberg / ts-blank-space

A small, fast, pure JavaScript type-stripper that uses the official TypeScript parser.
https://bloomberg.github.io/ts-blank-space
Apache License 2.0
544 stars 8 forks source link

Playground uses old version of compiler #23

Open robpalme opened 6 days ago

robpalme commented 6 days ago

play.js has not be regenerated in two months so the playground website is out of date.

It would also be nice for the playground to say which version it using.

acutmore commented 6 days ago

Agreed. Now that it's published to npm the site can pull the latest dynamically using a cdn like https://esm.sh/.

A follow would be to even allow the version to be selected, which can be useful for bisecting.