Skip to content

Support exported functions #102

@jherr

Description

@jherr

Describe the feature

It would be great if parseModule would also find exported functions. For example:

export function foo() {
}

It currently exports exported constants, or the output of a function as the default. But it doesn't cover exported functions.

I personally don't require symmetric support on the generateCode side, which I get could be very challenging.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions