jest-native
jest-native copied to clipboard
refactor: migrate code to TypeScript
Describe the feature you'd like:
Current code is written in JavaScript without any from of strong typing. We provide a TypeScript types file.
Idea is to migrate the whole code base to use TS.
Suggested implementation:
Migrate all code files to typescript.
Describe alternatives you've considered:
- Stay as is, but we loss benefits of static type checking in our code.
Teachability, Documentation, Adoption, Migration Strategy:
- Apply existing types to publicly exported functions
- Add missing types
- Remove type declaration file