hardfist

Results 323 comments of hardfist

I don't know why rayon::spawn is much faster than spawn_blocking here, one guess rayon threadpool has better scheduler strategy than spawn_blocking

@andrewbranch will Typescript align this behavior with Node.js (when moduleResolution se to `bundler`)?

> Has anyone checked Bun’s runtime behavior? @andrewbranch I check bun's behavior, it seems Bun even doesn't do fallback for `-bad-specifier-` which is not compatible with Node.js, friendly ping @Jarred-Sumner

> @Boshen Yeah, let's wait, but I am still thinking it is a strange behaviour and should work as a fallback 😄 @alexander-akait I have a same feeling, fallback for...

I discussed with @chenjiahan before and he thinks we may have different fallback strategy(csr or others), so fallback is more extensible than strict

> I don't see any native file wather implementation in rspack, is that already done? No, haven't started yet > > If the watcher does not exist, we can implement...

@ClSlaid take your time, it's not a urgent feature right now

> Can you make pre-processors run before lightningcss so that the input to lightningcss is valid? actually it's decided by users, they can choose run other tools after lightningcss-loader, so...

> Could it be considered a configuration error though? I'm not sure, maybe it's a bad practice but we saw lots of users met this problem, especially some framework(like vue)...