Filip Malinowski

Results 15 comments of Filip Malinowski

With latest vscode (1.90.2) and `eslint-plugin-prettier` and `synckit` packages unplugged it seems that `runAsWorker` is not executed because the early return in https://github.com/un-ts/synckit/blob/main/src/index.ts#L560 kicks in, so the problem must occur...

@imccausl interesting! and you're also using pnp mode i suppose? I actually used pretty naive approach of directly editing the unplugged package code to verify if this works. I'll retest...

@arcanis thanks a lot for the update! not updating both cjs and esm files in the unplugged package was exactly the reason it didn't work for me! Setting ``` "resolutions":...

@JounQin now that we were able to confirm https://github.com/un-ts/synckit/pull/175 solves the issue with pnp loader in node 20, would you be able to review it and hopefully merge and release?...

@JounQin thanks a lot ❤️