Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Typescript conversion #29

Merged
merged 13 commits into from
Sep 29, 2019
Merged

Typescript conversion #29

merged 13 commits into from
Sep 29, 2019

Conversation

petermcneil
Copy link
Contributor

@petermcneil petermcneil commented Sep 29, 2019

Added typescript to the project, and converted all non-electron source files to typescript. Fixes #25

- Updated all packages
- Added typescript to project
- Changed major files to Typescript
- Converted first file successfully to Typescript

One major problem is the overlapping types from DOM and React-Native.
DOM is required by Electron, there seems to be no way to fix this.
@petermcneil petermcneil marked this pull request as ready for review September 29, 2019 14:41
@EraYaN
Copy link
Contributor

EraYaN commented Sep 29, 2019

Aah nice! There are a lot of whitespace changes, could you remove those?

EDIT: Nvm if the edits are your editor confirming the json's to the .editorconfig.

@petermcneil
Copy link
Contributor Author

Yeah I think the whitespace changes are the .editorconfig. It seems IntelliJ is picking the editorconfig correctly - indent is space, with size of 4 etc.

@EraYaN EraYaN merged commit b6619bf into jellyfin-archive:master Sep 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Switch JS to TypeScript
3 participants