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

[Improvement request] Replace Babel with TSC and allow editing of tsconfig #593

Open
ortonomy opened this issue Nov 9, 2023 · 3 comments

Comments

@ortonomy
Copy link

ortonomy commented Nov 9, 2023

I want to use a bunch of TS things like allow declare in class properties, decorators, emitting meta data etc.

This is not currently possible in settings.

I think it's time to kill Babel and never go back?

@ortonomy ortonomy changed the title [Improvement request] Replace Babel with TSC and allow editing of ts config [Improvement request] Replace Babel with TSC and allow editing of tsconfig Nov 9, 2023
@ortonomy
Copy link
Author

ortonomy commented Nov 9, 2023

seems I may have cloned this, sorry:

#581

@lukehaas
Copy link
Owner

lukehaas commented Nov 9, 2023

Replacing Babel with TSC would result in gaining some things and losing others. For example, do expressions, the pipeline operator, partial application, and others.

@ortonomy
Copy link
Author

Not a big loss in my opinion - do is stage 1 proposal and pipeline only stage 2. At least TSC is well supported and the standard. Babel is losing support is kinda old hat. So many better options.

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