EandrewJones opened a new issue, #442: URL: https://github.com/apache/flagon-useralejs/issues/442
## Problem There are an unknown number of lurking type issues (see, for example, #441) all of which would be solved by migrating to typescript. What's more, we employ a strategy pattern in a number of places such as the `authHeaderCallback`s and to enforce the strategy we write explicit typechecks in javascript. Both of these point to the need/desire for type support to improve the developer experience. ## Proposal Migrate the code base to typescript in a single push. ## Risks - This will be a large PR. - You never know whether one of your dependencies won't play nice with TS. - Typescript also means that new contributors and developers will need to adhere to the type system, assuming we enforce this via pre-commit hooks/linters. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org For additional commands, e-mail: notifications-h...@flagon.apache.org