What is this about?
As a prerequisite for migrating AccountTracker to BaseController v2, and to support the TypeScript migration effort for the extension, we want to convert AccountTracker to TypeScript.
Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
- All functions and methods are annotated with argument and return types.
- All properties and free variables are annotated with types.
# is used for private properties and methods instead of _.
- The test file is converted to TypeScript along with the implementation file.
Stakeholder review needed before the work gets merged
References
No response
What is this about?
As a prerequisite for migrating
AccountTrackerto BaseController v2, and to support the TypeScript migration effort for the extension, we want to convertAccountTrackerto TypeScript.Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
#is used for private properties and methods instead of_.Stakeholder review needed before the work gets merged
References
No response