-
-
Notifications
You must be signed in to change notification settings - Fork 2
Improve static type analysis #33
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesttidyingMisc. improvements to the monorepo and DXMisc. improvements to the monorepo and DX
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttidyingMisc. improvements to the monorepo and DXMisc. improvements to the monorepo and DX
In numerous locations throughout the project, narrow types have been sidestepped with the
anytype.These should be replaced with tighter type definitions to have better handling of data as it flows throughout the app.