So, it looks like there was an unexpected interaction between the new process handling code and the denoifyImportExportStatement code.
I denoified some code and got this line of code:
import process from "node:node:process";
I think part of the issue is that the test cases are mocking denoifyImportExportStatement, so this type of error slipped through.
So, it looks like there was an unexpected interaction between the new
processhandling code and thedenoifyImportExportStatementcode.I denoified some code and got this line of code:
I think part of the issue is that the test cases are mocking
denoifyImportExportStatement, so this type of error slipped through.