Skip to content

import process from "node:node:process"; #110

@dancrumb

Description

@dancrumb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions