-
Notifications
You must be signed in to change notification settings - Fork 269
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
error about using ES2023 #2699
Comments
This is the version of Edge on my Mac... Version 131.0.2903.147 (Official build) (arm64) |
package.json...
|
Hi @jmagaram, Thank you for reporting this. The message you pasted, where are you observing it? Are you seeing this though a message or a "squiggle" (underline zig-zag line)? Depending on where you observe this you might be able to disable the specific hint via a
You could also disable webhint from the extension settings, although that will apply for all the projects. |
I am seeing this inside the Is this a bug? It seems the .hintrc file should not be needed at all. |
Thank you for the follow up, this seems be a bug between |
This is a bit beyond me, but I've got a new React project I made with the vite template. I tried to update the tsconfig.json to target ES2023 and I'm getting this error below specifically from the Edge development tools. I have the latest typescript 5.6.3. I'm actually able to use the latest functions like array.toSorted and get docs on them inside of VS Code. It seems the Edge Dev Tools aren't happy. Don't know how to fix this.
The text was updated successfully, but these errors were encountered: