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

URL.parse() not available in v3.37.1 using Deno v1.43.4 #1116

Open
waptik opened this issue May 17, 2024 · 0 comments
Open

URL.parse() not available in v3.37.1 using Deno v1.43.4 #1116

waptik opened this issue May 17, 2024 · 0 comments

Comments

@waptik
Copy link

waptik commented May 17, 2024

Describe the bug
I upgraded to v1.43.4 of deno whilst working on a project and saw the update about URL.parse() so i decided to give it a try but vscode is screaming that the .parse static method doesn't exit. The method does work perfectly if you run the code.

To Reproduce

  1. Make sure you're on both versions of deno, vscode_deno as mine
  2. create a new dummy file, eg. url_parse.ts, open it inside vscode and paste the following console.log(URL.parse("scooby doo") and save the file
  3. open your terminal if you haven't and run deno run -A url_parse.ts

Expected behavior

Vscode intellisense should popup and error saying the method doesn't exist.

Screenshots

image

Versions

vscode: v1.89.1 deno: v1.43.4 extension: v3.37.1

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

No branches or pull requests

1 participant