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

Rewrite to TypeScript #22

Open
arusakov opened this issue Mar 21, 2017 · 1 comment
Open

Rewrite to TypeScript #22

arusakov opened this issue Mar 21, 2017 · 1 comment

Comments

@arusakov
Copy link
Contributor

arusakov commented Mar 21, 2017

Advantages:

  • Static typing (less mistakes)
  • Type definitions (from the box)
  • Using the newest es2015-2017 syntax, transpiling to es5 (from the box), because uglifyjs is still not support es2015+ syntax, but I think a lot of users use it for production

@mawie81
What do you think about it?
I can help and rewrite all by myself.

@mawie81
Copy link
Owner

mawie81 commented Mar 31, 2017

Hi,

thanks for offering your help.
To be honest, I would like to keep this library as simple as possible, avoiding extra steps like transpiling (electron is on a very up-to-date chromium version anyways) or minification (not needed because the app is running locally anyway).

What I would love to see is some form of re-write using the available es2015-2017 features in electron (thought about using an es2015 class for a while) without any transpiling and stuff like that.

So if you or anyone else wants to help out in this, please feel free. Unfortunately my time currently does not allow this 😕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants