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
The text was updated successfully, but these errors were encountered:
loynoir
changed the title
node builtin should have type indication for deno version > 1.30.3
node builtin should correct type for deno version > 1.30.3
Mar 26, 2023
loynoir
changed the title
node builtin should correct type for deno version > 1.30.3
node builtin should have correct type for deno version > 1.30.3
Mar 26, 2023
loynoir
changed the title
node builtin should have correct type for deno version > 1.30.3
[dts] node builtin should have correct type for deno version > 1.30.3
Mar 27, 2023
Background
According to release log
https://deno.land/std@XXX/node/foobar.ts
XXX <= 0.177.0, which have correct typenode:foobar
, which have wrong typeEffected Range
1.30.3 < deno version <= 1.32.1
Before migration
Hover on
readFile
got correct type indicationAfter migration: Actual
Hover on
readFile
got WRONG type indicationAfter migration: Expected
Hover on
readFile
got correct type indicationLinks
https://github.com/denoland/deno_std/releases/tag/0.177.0
https://github.com/denoland/deno_std/releases/tag/0.178.0
https://github.com/denoland/deno/releases/tag/v1.30.3
https://github.com/denoland/deno/releases/tag/v1.31.0
The text was updated successfully, but these errors were encountered: