Alon-Alexander/functions-organizer

Support `export` Keyword

Closed this issue · 0 comments

Add support for functions which begin with export.
Example:

export function myFunc(args) {
    doSomething();
}