Boshen
Boshen
Where are the tests for "resolve aliased loader"? Let's try and turn them on so we can close this issue.
@h-a-n-a This PR from webpack indicates that this should be solved on the Rspack side? https://github.com/webpack/webpack/pull/3445/files#diff-d73b6d4cb18e533b6d82864565571fb5d0b87455a67503db7464eff699bfea1a
> I think its important to highlight that after a conversation with [@TheAlexLichter](https://github.com/TheAlexLichter) that this does not mean that Rolldown is dropping support for Module Federation, but instead is going...
Vue ecosystem CI is green, and all remaining issues have tracking issues, closing.
Hi, I've enabled "Require actions to be pinned to a full-length commit SHA" in the github actions settings page for my entire org. I'm keen to migrate this repo over...
Anyway, here's a quick PR: https://github.com/release-plz/action/pull/223
I see the problem. I'll keep a fork of this action for now.
The parser doesn't throw all syntax errors, you need to run semantic as well. https://github.com/oxc-project/oxc/blob/7eb286413e6f7b4f6c2705685b3114ce97498578/crates/oxc_semantic/src/checker/javascript.rs#L146-L149 The parser is sort of like fast mode, all heavier checks are deferred to the...
There were no rules for it. Things were moved out of the parser if * its slow or on the hot path * requires more complex state tracking * requires...
We can move some of these checks back to the parser.