- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-remap-async-to-generator/lib/index.js
r59329aa re29cc2e 28 28 }) { 29 29 const argument = path.get("argument"); 30 31 if (path.parentPath.isYieldExpression()) {32 path.replaceWith(argument.node);33 return;34 }35 36 30 path.replaceWith(yieldExpression(wrapAwait ? callExpression(cloneNode(wrapAwait), [argument.node]) : argument.node)); 37 31 }
Note:
See TracChangeset
for help on using the changeset viewer.