Boshen

Results 565 comments of Boshen

We should be able to add a fast path or cache here, because it is mostly running a small regex such as `.css$` on a whole directory path.

@h-a-n-a @hyf0 @underfin should I continue on refactoring this routine or is this not the right approach?

How many feature requests have we received? It's been almost a year and this is the only feature request I see so far. How much effort does it go into...

I'll consider it if we receive more feature requests. https://github.com/oxc-project/oxc_resolver/issues/53

Rome uses https://github.com/casey/just. This looks kind of nice: https://github.com/rome/tools/blob/main/justfile

@hyf0 this has a better perf improvement, please take a look.

> I believe some issues are caused by some of our crates that have `[features]`. As a starter could you try to refactor **only the crates that _don't_ have `[features]`**...

Running tokio after dhat should fix this problem: ```rust fn main() { //#[cfg(feature = "dhat-heap")] let _profiler = dhat::Profiler::new_heap(); main2(); } #[tokio::main] async fn main2() { println!("Hello, world!"); } ```...

> If it is of value to anyone else trying to trouble shoot this. I have a reproduction repo. > > https://github.com/swalker326/rspack-module-federation > > I only saw the error once...

Latest 2.16.0 release breaks: https://github.com/web-infra-dev/rspack/pull/5811 This is not debuggable, we cannot figure out which key / value is erroneous ``` packages/rspack test: FAIL tests/Output.test.js (41 MB heap size) packages/rspack test:...