You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in source code on internal functions, we don't have types with typescript. We need to move types from annotations (removing any) and add all types to prevent bugs and improve the DX experience.
Possible Implementations
Refactor annotations to types, and add type check to ci.yml on pull requests.
The text was updated successfully, but these errors were encountered:
Describe the Feature
Currently, in source code on internal functions, we don't have types with typescript. We need to move types from annotations (removing any) and add all types to prevent bugs and improve the DX experience.
Possible Implementations
Refactor annotations to types, and add type check to ci.yml on pull requests.
The text was updated successfully, but these errors were encountered: