-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 publish: Incorrect error for symbol as a property #22544
Comments
I'd recommend upgrading to 1.41.0. 1.40 is ages ago in In this case, the no-slow-types lint rule wasn't properly analyzing interface members with a computed key. I opened denoland/deno_graph#402 to fix it. For the time being, after upgrading to 1.41.0 you can run |
Oh, sorry, I mistyped, I'm on Deno 1.40.4. That's the latest version which is published on winget... Wish that winget would always have the actual latest Deno version, but that's another issue... Thank you for your work, @dsherret! If I publish with |
If you want to ensure it's not using slow types, it might be best to wait for the next release. Sorry! This will slowly get better over time. |
No worries, it's not urgent, plus I am patient. :) Again, thanks for your work! |
Version: Deno 1.40.0
The code is as follows:
The code works fine, compiles fine, and
deno check
does not detect any errors. Not sure whydeno publish
is not accepting it.The text was updated successfully, but these errors were encountered: