deno
deno copied to clipboard
`deno types` does not export `EventSource`
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]
CC @crowlKats
The types are also not working with the vscode extension.