-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[RFC] Use Babel #50
Comments
This also includes replacing |
Can we use both? This is my main concern with Babel. |
@dtassone It depends on what you have in mind.
Notice that we need to do run a TypeScript linter (outside of the build step) no matter what, to run the future TypeScript focused tests. For instance:
|
In order to build on top of the same foundation and to save time, I think that we should reuse the existing build steps of the main repository by leveraging Babel. It appears that reproducing the same building pipeline will provide the maximum consistency. For instance
The text was updated successfully, but these errors were encountered: