Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno types does not export EventSource #21691

Closed
xnuk opened this issue Dec 23, 2023 · 2 comments · Fixed by #21908
Closed

deno types does not export EventSource #21691

xnuk opened this issue Dec 23, 2023 · 2 comments · Fixed by #21908

Comments

@xnuk
Copy link

xnuk commented Dec 23, 2023

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]
@bartlomieju
Copy link
Member

CC @crowlKats

@lkwr
Copy link

lkwr commented Jan 7, 2024

The types are also not working with the vscode extension.

Screenshot 2024-01-07 at 03 01 03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants