ES6 destructuring and export async fixes
Bump nodent for:
- Fix issue with non-trivial destructuring assignments (fixes #8 - thanks to @simonbuchan)
- Fix case where single line exported function was incorrectly hoisted with no reference (fixes #7 - thanks to @simonbuchan, @naturalethic and @nightwolfz)