Boshen

Results 565 comments of Boshen

1. For cache misses, I want to learn the proper approach as well. Do we put the data structure in a single thread and communicate it with message passing, or...

Rolldown should never panic. Is this test case panicking right now? We need to fix the panic and let it return an error if this is the case.

> @zkat Hello! I would like to address this issue! Feel free to submit a PR.

I'm curious what project you are working on with `oxc` 😄

I agree, we need to make it parse from raw string instead of the interpreted string value.

Thank you for the initiative. Feel free to assign this to yourself if you are a core team member.

> How do we feel about a single top-level binary combining the linter and formatter? It's less analogous to eslint but similar to what biome does Why don't we have...

@leaysgur will lead on this. Current thought: * Optimize for the fast path, CLI should be still be in Rust, where we may read and format 10k+ files for large...

Work is initiated in https://github.com/oxc-project/oxc/tree/main/apps/oxfmt by @leaysgur