Y
Hacker News
new
|
ask
|
show
|
jobs
by
mirekrusin
1133 days ago
Type imports are the worst.
1 comments
dTP90pN
1133 days ago
Do you mean native JSDoc namepaths like
/** * @type {module:look/here~MyType} */
or TypeScript "JSDoc" imports like
/** * @type {typeof import("./look/here").MyType} */
or both?
link
mirekrusin
1133 days ago
I meant star type imports or rather lack of it.
link