* This removes the exponentiationOperator as it is now in es2016 * Remove from tests * Remove asyncFunctions and restructure test dirs * Remove trailingFunctionCommas
4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
async function bar() {
|
|
await* foo();
|
|
}
|