You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 tsconfigNov 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.
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.
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?
The text was updated successfully, but these errors were encountered: