-
Notifications
You must be signed in to change notification settings - Fork 537
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
improvement(routerlicious-driver): change Object.keys to Object.entries #23710
improvement(routerlicious-driver): change Object.keys to Object.entries #23710
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Files not reviewed (1)
- packages/drivers/routerlicious-driver/src/summaryTreeUploadManager.ts: Evaluated as low risk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for Object.entries change these all appear to be the code patterns that are known not to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If going to merge this, update the PR description to make it clear that enabling will happen later and requires more work
…es (microsoft#23710) Prepare for enabling no-unchecked-record-access / noUncheckedIndexedAccess in routerlicious-driver by switching Object.keys to Object.entries. Full type safety will require additional changes in a future PR.
Prepare for enabling no-unchecked-record-access / noUncheckedIndexedAccess in routerlicious-driver by switching Object.keys to Object.entries. Full type safety will require additional changes in a future PR.