Daniel Tschinder 2cfae60b15 Fix issues with default object params in async functions (#96)
This change allows async functions to have a spread argument which
defines a default value.
2016-08-23 17:19:49 -04:00

2 lines
38 B
JavaScript

const b = async ({bar = "bar"}) => {}