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
deno test includes the --doc option which enables type-checking JSDoc and Markdown code blocks. I think it would make sense to move the option to deno check and enable type-checking documentation with deno check --doc. It would separate concerns, making deno test responsible for testing code and deno check responsible for type-checking code. deno check --doc would also convey more meaning than deno test --doc from a semantic perspective.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
deno testincludes the--docoption which enables type-checking JSDoc and Markdown code blocks. I think it would make sense to move the option todeno checkand enable type-checking documentation withdeno check --doc. It would separate concerns, makingdeno testresponsible for testing code anddeno checkresponsible for type-checking code.deno check --docwould also convey more meaning thandeno test --docfrom a semantic perspective.Beta Was this translation helpful? Give feedback.
All reactions