You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace esno with tsx, migrate release script and playground to TypeScript (#29)
* Replaces esno with tsx. Quoting esno: "From v0.15, esno is essentially an alias of tsx, with automated CJS/ESM mode and caching.".
* There are no benefits of caching here since we're only parsing one TS file at a time.
* Updated tsx version uses same esbuild version as Vite, reducing the number of dependencies.
* Migrates release script to TypeScript
* require() is dead!
* Minimal changes were required
* Migrates playground to TypeScript
* Set "type" to "module" - no more deprecated CJS Vite API warning!
* Removed "setupCounter(document.querySelector('#counter'))" leftover - neither #counter or setupCounter function were present.
0 commit comments