Skip to content

Export parseModule and generateCode in a different module that doesn't rely on node api #72

@paoloricciuti

Description

@paoloricciuti

Describe the feature

Currently parseModule and generateCode are exported from the code module that import node:fs this made them impossible to use in a browser environment when actually they are not really dependent on node apis.

Maybe we can consider export them from another module that does not depends on node api to allow their usage even in the browser.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions