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
As I understand for JS files needs Deno a way to find .d.ts types without scanning file system. Right now we are using comments like /* @ts-self-types="./index.d.ts" */.
Adding these comments doesn’t look beautiful for me and for esthetic reasons I prefer to have something like:
As I understand for JS files needs Deno a way to find
.d.ts
types without scanning file system. Right now we are using comments like/* @ts-self-types="./index.d.ts" */
.Adding these comments doesn’t look beautiful for me and for esthetic reasons I prefer to have something like:
The text was updated successfully, but these errors were encountered: