### See #480, #484 for more context and initial PR ## Upgrade Types without breaking changes We'd like to perform any updates/fixes to TypeScript that _won't_ result in breaking changes. #### Goals - fix bugs w/ typings (#384 is an example) - support TypeScript 3.9+ and validate it in CI - remove failing tests for 3.1 changes (#420) _OR_ fix those issues in the typings --- ### Some caveats - #483 replaces the CI pipeline with GitHub Actions. We need to support testing multiple versions of TypeScript with that new CI structure (this is already worked out in #480)
See #480, #484 for more context and initial PR
Upgrade Types without breaking changes
We'd like to perform any updates/fixes to TypeScript that won't result in breaking changes.
Goals
Some caveats