-
Notifications
You must be signed in to change notification settings - Fork 629
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
todo: enable NoUncheckedIndexedAccess
TS compiler option
#937
Comments
@kt3k this belongs in |
@kitsonk Ah, I misread the issue.. Moving back to std. |
My personal opinion is that I don't mind having |
NoUncheckedIndexedAccess
TS compiler option
I think we should add this. PRs are welcome! |
Closing this in favour of #4040. Thank you for the input, guys! |
I'm aware this is a controversial topic, however I would find it useful if Deno's std library was compatible with Typescript's new noUncheckedIndexedAccess flag, since I find my projects that use it severely handicapped. I believe dropping some assertions throughout the code (after patching assert itself), or using less indexes should be enough.
The text was updated successfully, but these errors were encountered: