Skip to content

Use TS compiler to generate JS files #988

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

Merged
merged 1 commit into from
Oct 19, 2020
Merged

Conversation

ethanshar
Copy link
Collaborator

Description

Currently our JS files that are generated from TS files are creates with ES5 syntax which makes it very painful when investigating issues in private uilib when from node_modules.

This PR fix how we generate the JS files and use tcs for that instead of babel.

Changelog

Change generated JS files from TS to have ES6 syntax.

@M-i-k-e-l
Copy link
Collaborator

That's really nice!
Is there a possible drawback for anyone? Can anyone want it to remain in ES5?

@M-i-k-e-l M-i-k-e-l merged commit a5f4408 into master Oct 19, 2020
@ethanshar ethanshar deleted the infra/typescriptBuild branch March 8, 2021 09:02
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

Successfully merging this pull request may close these issues.

2 participants