shikijs / twoslash

You take some Shiki, add a hint of TypeScript compiler, and 🎉 incredible static code samples
https://shikijs.github.io/twoslash/
MIT License
1.05k stars 50 forks source link

TSDX -> Esbuild #11

Open orta opened 3 years ago

orta commented 3 years ago

We don't do anything complex in these libs, and requiring building individual libs so that upstream consumers can test the changes isn't a great experience. In the TS website this was less of an issue because of the build watcher.

orta commented 3 years ago

https://souporserious.com/bundling-typescript-with-esbuild-for-npm/ seemed like a reasonable template

orta commented 3 years ago

I think only shiki-twoslash and remark-shiki-twoslash are complicated enough to even warrant TypeScript

orta commented 3 years ago

I've moved a few over, only the biggest players are tsdx now