Closed Rich-Harris closed 3 weeks ago
I don't think of types as primarily about checking, that's just one of the things that types enable. And having typescript and checkjs options feels weird and asymmetrical. I would suggest this:
typescript
checkjs
npx sv create --types=ts npx sv create --types=jsdoc
Also, why is it --check-types=none rather than --no-types? Feels weird alongside --no-add-ons and --no-install.
--check-types=none
--no-types
--no-add-ons
--no-install
I don't think of types as primarily about checking, that's just one of the things that types enable. And having
typescript
andcheckjs
options feels weird and asymmetrical. I would suggest this:Also, why is it
--check-types=none
rather than--no-types
? Feels weird alongside--no-add-ons
and--no-install
.