Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/traverse/lib/scope/binding.js
r0c6b92a r79a0317 69 69 parentPath, 70 70 key 71 } = path; parentPath; ({71 } = path; parentPath; { 72 72 parentPath, 73 73 key 74 } = parentPath) ){74 } = parentPath) { 75 75 if (parentPath.isFunctionParent()) return false; 76 76 if (parentPath.isWhile() || parentPath.isForXStatement() || parentPath.isForStatement() && key === "body") {
Note:
See TracChangeset
for help on using the changeset viewer.