cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.15k stars 81 forks source link

Remove object.keys types #2018

Closed pokey closed 1 year ago

pokey commented 1 year ago

tbh that Object.keys override is unsound anyway (see the list of "rules we won't add" at the bottom of https://www.totaltypescript.com/ts-reset)

Slack Message

pokey commented 1 year ago

Look into object.freeze as well to defend against unexpected keys