Michael Romashov

Results 5 comments of Michael Romashov

Got a debugger going and found that this call to `ScopedKey::with` leads to the panic being called from the `better_scoped_tls` library. https://github.com/swc-project/swc/blob/1ed02032627f1611a9ed1de4b110b79b196d61cc/crates/swc_ecma_transforms_base/src/perf.rs#L55 Weirdly enough, I tried omitting the call to...

> In case it helps debugging - this seems to have broken in @swc/[email protected]. @swc/[email protected] does not exhibit the bug. Seems to be so, but it also doesn't perform the...

> I'm hitting this same issue too, is spack/swcpack even supported anymore? I literally cannot get it to compile anything other than very basic vanilla JS. Even simple things like...

I also just did a very quick search through the repository, and I don't think the implementation of `handleMatch` in the `Pattern` base class is ever used. My search was...