oaeproject / Hilary

Open Academic Environment (OAE) Back-End
http://www.oaeproject.org
Educational Community License v2.0
106 stars 96 forks source link

Unlock TypeScript's Features in Vanilla JS with @ts-check and JSDoc #2429

Open brecke opened 3 years ago

brecke commented 3 years ago

Adding

//@ts-check

at the top of a js file one can unlock the ability to interpret JSDoc as if it was typescript. This is really interesting from a developer ergonomics perspective.

jimmywarting commented 2 years ago

https://jimmywarting.github.io/you-might-not-need-typescript/