It can be hard to determine types in JavaScript, so following the trend in nowadays market we are thinking of not shifting to TypeScript. An alternative to access features like TypeScript is to use JSDoc. Thus, it would be nice is JSDoc could be added to files.
Issue
It can be hard to determine types in JavaScript, so following the trend in nowadays market we are thinking of not shifting to
TypeScript
. An alternative to access features likeTypeScript
is to use JSDoc. Thus, it would be nice is JSDoc could be added to files.