-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Clean up babel/transpiler stuff #4115
Comments
@LabhanshAgrawal |
Babel compiles the files from lib, but it doesn't check for type errors |
@LabhanshAgrawal what do you think about the es2018 thing though? |
I think it makes sense.
From what I understand Please correct if I missed something |
Also, transpiling everything atleast once is a necessity as we need to get js from ts |
yup that does look correct. should probably try moving the babel stuff to es2018 first and see how it works |
Since we're only targeting electron, we could just move everything over to es2018 by default and stop transpiling a few things, no?
The text was updated successfully, but these errors were encountered: