Boshen

Results 565 comments of Boshen

> I think so. I’ve got one bug to fix in it and I need to get it rebased. > > Hopefully I’ll get to it by end of day...

All logic related to `eval` has not been implemented yet. We need to either implement them or warn about it. Note: `esbuild` bails minification and mangling for all parent scopes...

Direct eval disables the mangler. https://github.com/oxc-project/oxc/blob/0b08159ee76120159694b39a159d9eb6272279aa/crates/oxc_mangler/src/lib.rs#L195-L198

This issue blocks a user from using `enableNativePlugin`.

> i can't seem to assign this. But @no-yan is going to work on it! You can only assign an outside contributor when they make a comment here.

Please be aware in oxc, there is a second ast pass for ast path, symbols and scopes to complete all syntax errors. We also use the latest conformance suite from...

> Would be cool if there was a way for it to also produce a red green syntax tree to allow modifications to the code that preserves formatting. > >...

Are you able to rely on git source for the time being? https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories We can publish to crates.io when things are stable enough.

We currently don't have the bandwidth to maintain a release workflow to crates.io. Can you elaborate on what you are trying to build with Rolldown so that we have more...

Following discussions with the team, we have decided to postpone publishing Rolldown to crates.io. * This would place an increased maintenance burden on our small team, both from a technical...