OJ Kwon
OJ Kwon
### Describe the feature https://github.com/wasmerio/wasmer/releases/tag/3.0.0-alpha It may not be good idea to bump up into alpha, filing for tracking & find right time to upgrade. ### Babel plugin or link...
**Description:** - relates to https://github.com/swc-project/swc/issues/5275 PR adds simple test cases for the wasm, as we are moving towards to make @swc/wasm as first class citizen. This PR actually fails since...
### Describe the feature If we report an error _inside_ of plugin (i.e via `handler::emit()`) this is what we get today.  Stack...
### Describe the feature We do allow breaking changes without major version bump in experimental phase, but still general ergonomics for the error itself is not great. Error message like...
### Describe the feature This is a tracking issue to create some documentation around how our plugin compatibility across AST changes and what need to be done if we are...
### Describe the feature To prevent issues like https://github.com/swc-project/plugins/issues/48 Having tests under swc's workspace is not able to catch issues like this as it compiles against the latest TOT of...
### Describe the feature There are some possible needs for the plugin who want to visit some state of AST _after_ a certain transform phase completes. In the case of...
### Describe the feature This is by far the biggest blocker for the official release for the plugin feature. (I thought I filed this already somehow). The main issue in...
### Issue description or question I think this is a very unclear feature request or maybe even available today, please bear with me. :pray: We have large amount of jest...
### Issue description or question This is a feature request. I don't have a lot of issues with current test pass / fail marker, but one of my system does...