-
-
Notifications
You must be signed in to change notification settings - Fork 19
parse-function: guide/plugin for es6 class constructors #135
Copy link
Copy link
Open
Labels
Pkg: parse-functionPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project.This issue can probably be picked up by anyone looking to contribute to the project.Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Type: EnhancementMost issues will probably be for additions or changes. Expected that this will result in a PR.Most issues will probably be for additions or changes. Expected that this will result in a PR.
Metadata
Metadata
Assignees
Labels
Pkg: parse-functionPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project.This issue can probably be picked up by anyone looking to contribute to the project.Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Type: EnhancementMost issues will probably be for additions or changes. Expected that this will result in a PR.Most issues will probably be for additions or changes. Expected that this will result in a PR.
Support plan
Enterprise): Community
Context
What are you trying to achieve or the steps to reproduce?
When running
app.parseon an es6 Class declaration that uses aconstructorfunction, the results return an emptyargsarray.What was the result you got?
What result did you expect?
I expected
argsto be['param1', 'param2']