Add support for functions which begin with `export`. Example: ```js export function myFunc(args) { doSomething(); } ```
Add support for functions which begin with
export.Example: