Pig Fang
                                            Pig Fang
                                        
                                    Is it loaded successfully?
Does antigen provide any commands for debugging?
This completion will run an executable file. I'm not sure whether there will be permission issue on macOS or not.
No, it shouldn't be a pnpm issue, because it doesn't use pnpm.
I have no idea about this currently. Let's keep issue open and see if there're similar problems.
You can consider tree-sitter.
I failed to fix it. Let's ask help to @kdy1 .
Does it look slower? That's weird.
[oxc-browserslist](https://github.com/oxc-project/oxc-browserslist) generates browserslist data into .rs files and they commit them into Git, while [browserslist-rs](https://github.com/browserslist/browserslist-rs) uses `build.rs` to generate files to `target` directory at compilation time. That's the biggest difference.
If using Browserslist is not a hot path of SWC, this change is subtle. (Optimization should be considered for hot paths first.)