-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Milestone
Description
We need to upgrade to TypeScript 2.4.
Considerations:
- Weak Type detection will likely cause some regressions in the typings where we have been loose, or might highlight some issues with inaccurate or unsafe code. There are also several other changes that will cause generics to be inferred better which may allow us to type things better, but also might cause regressions.
- Migrate to ES import() - This should be able to fully replace our
load()
usage. - Adopt string enums as appropriate
Here are the repos we need to consider: