Closed connorjs closed 3 months ago
Note: https://github.com/connorjs/css-typed/commit/24523d06e8d635c30d9a1ac63e6570734f8083bc added GitHub matrix strategy.
ES target = earliest supported node, officially supported via pipeline matrix strategy (20 at time of writing), although it may work on earlier versions (e.g. 16).
No direct need to rewrite in TypeScript given no plan to vend lib side. Trivial rewrite though.
I will use esbuild.
Overview
As a developer of
css-typed
, I want to write ESNext code, but publish ES-Whatever code so that more consumers can use it.Notes
node
for simplicity.tsc
oresbuild
orvite
or ...?