Skip to content

v1.3.0

Choose a tag to compare

@leebyron leebyron released this 09 Dec 02:57
· 22 commits to master since this release

New:

  • Support for --sourcemaps in async-to-gen for outputting sourcemap files alongside transformed files.
  • Support for sourceMaps to the node require hook for tools that consume it (like ava).
  • Support for includes and excludes options to the node require hook.

Fixes:

  • No longer creates syntax error for async arrow functions with no whitespace.
  • Require hook is less aggressive, working with tools like nyc or ava.