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
, and because the prepare_module_load function is called twice, once for doc files and once for actual files, it does not type check because on second call has_type_checked is true.
Save the below script as
test.ts
, and thendeno test
throws type error atconst a
, butdeno test --doc
doesn't throw type error.If I remove the code block part in the jsdoc, then this issue doesn't happen.
Version: Deno 1.42.4
The text was updated successfully, but these errors were encountered: