Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the codebase to TypeScript #74

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

nachtjasmin
Copy link
Contributor

@nachtjasmin nachtjasmin commented Aug 14, 2023

Because I got annoyed by the polyfill desaster and the different ways of handling browser-specific code,
I've decided to begin the refactoring to TypeScript.

At least, TypeScript has interfaces and although we could work without it and keep a pure JS codebase,
it's probably the cleanest way of doing such things. Instead of relying on the polyfill,
we now can use dependency injection and therefore don't need to mock module imports.

@nachtjasmin nachtjasmin added the enhancement New feature or request label Aug 14, 2023
@nachtjasmin nachtjasmin changed the title typescript refactoring Refactor the codebase to TypeScript Aug 14, 2023
@nachtjasmin nachtjasmin marked this pull request as draft September 12, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant