Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Nov 13, 2025

hypothetical release date: 2025-12-08

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for oxc-project ready!

Name Link
🔨 Latest commit f578265
🔍 Latest deploy log https://app.netlify.com/projects/oxc-project/deploys/69321302fb327500086b8591
😎 Deploy Preview https://deploy-preview-625--oxc-project.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Boshen Boshen changed the title Add Type-Aware Linting Alpha blog post Type-Aware Linting Alpha Nov 13, 2025
@camc314 camc314 force-pushed the blog/type-aware-alpha branch from 7933fda to fea8db6 Compare November 27, 2025 07:43
Copy link
Member Author

@Boshen Boshen left a comment

Choose a reason for hiding this comment

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

I'd warn OOM issue when working with 100+ projects, memory is not bound in such cases so computer will "blow up".

@camchenry
Copy link
Member

@Boshen I added a "known issues" section and mentioned the potential for running out of memory. Feel free to make changes. 3581f63

Copy link
Contributor

@mdong1909 mdong1909 left a comment

Choose a reason for hiding this comment

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

Take all these comments & suggestions with big grain of salt. I'm thinking what this alpha announcement wants to accomplish?

My thoughts: get people to use oxlint type-aware linting.

I'm suggesting these changes based on this assumption.

@camc314 camc314 force-pushed the blog/type-aware-alpha branch from e14d9ba to daba3bb Compare December 4, 2025 22:57

Our performance testing shows that `oxlint` with type-aware linting is around 10 times faster than `eslint` with `typescript-eslint`. Take a look at our [performance benchmarks](https://github.com/oxc-project/bench-linter) for more details.

Oxlint can also be used to typecheck your codebase while linting. This avoids a duplicate work, as much of the type information is already computed during type-aware linting..
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Oxlint can also be used to typecheck your codebase while linting. This avoids a duplicate work, as much of the type information is already computed during type-aware linting..
Oxlint can also be used to typecheck your codebase while linting. This avoids a duplicate work, as much of the type information is already computed during type-aware linting.

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.

6 participants