Skip to content

refactor: migrate git_service to TypeScript

Tomas Vik requested to merge 219-migrate-git-service-to-ts into main

This MR migrates three files to TypeScript and sets up tsconfig.json and .eslintrc.json to compile and static check the TS code.

The diff count looks large, but without package-lock.json it is only +171 -116 change. All significant changes are described directly on the diff.

Previous work:

Closes #219 (closed)

Edited by Tomas Vik

Merge request reports