js-temporal / temporal-polyfill

Polyfill for Temporal (under construction)
ISC License
529 stars 28 forks source link

Remove some unnecessary type assertions. #215

Closed 12wrigja closed 1 year ago

12wrigja commented 1 year ago

I was going to enable a new type-aware eslint rule to flag type assertions that aren't necessary, but it seems to report inconsistent results between my machine and CI, and I'm not yet sure why. I'll send that in a different PR.