Donny/강동윤

Results 305 issues of Donny/강동윤

For the `Cargo.toml` below, `cargo mono bump` should bump `swc_ecmascript` if one of `autobump` is bumped. ```toml [package] name = "swc_ecmascript" [package.metadata.mono] autobump = [ "swc_ecma_ast", "swc_ecma_codegen", "swc_ecma_utils", "swc_ecma_transforms", "swc_ecma_visit",...

I think just prepending `profile flamegraph` is enough.

inferno supports diffing, so it would be easy.

**Describe the bug** The code below ```rust let sess = UserSession::by_user_id(&cred, &format!("test_{}", uid), false) .expect("failed to create a user session"); let token = sess.access_token(); UserSession::by_access_token(&cred, &token).expect("invalid test token"); ``` panic...

bug

Hi, thank you for the project. I'm using criterion in swc. (https://swc.rs) Benchmark action of swc is broken because `--output-format` is hard to use with `--workspace`. https://github.com/swc-project/swc/runs/5810197921?check_suite_focus=true `cargo bench --workspace...

Maybe it's not an intended usage, but I'm curious if you have a plan to support mutating fields of Prefix types. It's required to preserve compatibility of rust-based swc plguins.

How can I add it?

Help wanted