Yunfei He
Yunfei He
I looked into it. The current workaround would be use different struct for main and worker threads. Making NAPI-RS supporting generic could reduce the maintain overhead. @Brooooooklyn _Originally posted by...
### Description
This PR seems cause action benchmark-node hang forever. https://github.com/rolldown/rolldown/actions/runs/8754292734/job/24025730323 _Originally posted by @hyf0 in https://github.com/rolldown/rolldown/issues/916#issuecomment-2067638028_
Related: - https://github.com/rolldown/rolldown/issues/1115 Rollup use '\0' as the virtual module convention, which some modules might have names like "\0some-virtual-modules". Rolldown follows the behavior, but there's a error occrured in such...
### What problem does this feature solve? - https://github.com/rollup/plugins/tree/master/packages/inject#readme - https://esbuild.github.io/api/#inject ### What does the proposed API look like? .
- [x] js - [x] jsx - [x] ts - [x] tsx - [x] https://github.com/rolldown/rolldown/issues/1297 - [x] #1301 - [ ] Support copy loader - [x] #1299 - [x] #1298...
## crates/rolldown/tests/esbuild/bundler_ts/enum_rules_from_type_script_5_0 ``` called `Result::unwrap()` on an `Err` value: Parse failed, got [ OxcDiagnostic { inner: OxcDiagnosticInner { message: "Expected `,` but found `Identifier`", labels: Some( [ LabeledSpan { label:...
- https://github.com/rolldown/rolldown/tree/main/crates/rolldown/tests/esbuild/bundler_ts - https://github.com/rolldown/rolldown/tree/main/crates/rolldown/tests/esbuild/import_star_ts refs: - #1475