Skip to content

Refactor the codebase to TypeScript#74

Draft
nachtjasmin wants to merge 7 commits into
mainfrom
typescript-refactoring
Draft

Refactor the codebase to TypeScript#74
nachtjasmin wants to merge 7 commits into
mainfrom
typescript-refactoring

Conversation

@nachtjasmin

@nachtjasmin nachtjasmin commented Aug 14, 2023

Copy link
Copy Markdown
Contributor

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