Support for type declarations in JSDoc comments in vals. #186
zarutian
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be much nicer if val.town supported the TypeScript extension of JSDoc were one can declare types and such.
It looks like val.town does it for imported stuff but not for the vals themselvs.
My personal preference is to use vanilla ecmascript but with type hints via aforesaid extended jsdoc comments.
(Plus parsers such as acorn.js or esma and escope do not parse ts cleanly yet and stuffing ts code through the transpiler first gives... curious results)
Beta Was this translation helpful? Give feedback.
All reactions