cyphercon

Results 22 comments of cyphercon

This is the simplest config that will cause the same problem. ``` { "plugins": [ "import" ] } ``` Opening a typescript file causes an ~80MB memory usage in oxc...

Even if I remove the `"oxc.enable": true,` and the `"source.removeUnusedImports": "always"` lines I still get this memory usage problem, so this probably isn't helpful.