cursorless-dev / cursorless

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

Remove object.keys types #2018

Closed pokey closed 8 months ago

pokey commented 8 months 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 8 months ago

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