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

Enable type stripping by default #4292

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Enable type stripping by default #4292

merged 2 commits into from
Jan 29, 2025

Conversation

mstoykov
Copy link
Contributor

What?

Enable type stripping by default

Why?

Closes #4194

This does currently skip doing any cleaning in part because most of it will be intrusive but also because it will be somewhat breaking changes. Also might be completely different with #3864 and some other refactoring issues in mind, I feel like not trying to remove stuff now is better.

Additionally, experimental_enhanced is currently just a synonym for base. Again touching on #3864

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

@mstoykov mstoykov added this to the v0.57.0 milestone Jan 28, 2025
@mstoykov mstoykov requested a review from a team as a code owner January 28, 2025 15:05
@mstoykov mstoykov requested review from inancgumus and joanlopez and removed request for a team January 28, 2025 15:05
@mstoykov
Copy link
Contributor Author

This superseeds #4200

Copy link
Member

@inancgumus inancgumus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mstoykov mstoykov merged commit 04fba5c into master Jan 29, 2025
28 checks passed
@mstoykov mstoykov deleted the tsByDefault branch January 29, 2025 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.

Enable TypeScript support by default
3 participants