Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support exported functions #102

Open
1 task
jherr opened this issue Feb 11, 2024 · 0 comments
Open
1 task

Support exported functions #102

jherr opened this issue Feb 11, 2024 · 0 comments

Comments

@jherr
Copy link

jherr commented Feb 11, 2024

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant