deno icon indicating copy to clipboard operation
deno copied to clipboard

`deno types` does not export `EventSource`

Open xnuk opened this issue 1 year ago • 1 comments

May related: #14730

$ ./deno --version
deno 1.39.1 (release, x86_64-unknown-linux-gnu)
v8 12.0.267.8
typescript 5.3.3

$ ./deno types | grep EventSource -i   ## shows nothing

$ ./deno eval 'console.log(EventSource)'
[class EventSource extends EventTarget]

xnuk avatar Dec 23 '23 00:12 xnuk

CC @crowlKats

bartlomieju avatar Dec 23 '23 15:12 bartlomieju

The types are also not working with the vscode extension.

Screenshot 2024-01-07 at 03 01 03

lkwr avatar Jan 07 '24 02:01 lkwr