Ignore:
Timestamp:
01/21/25 03:08:24 (4 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@babel/traverse/lib/scope/binding.js

    r0c6b92a r79a0317  
    6969    parentPath,
    7070    key
    71   } = path; parentPath; ({
     71  } = path; parentPath; {
    7272    parentPath,
    7373    key
    74   } = parentPath)) {
     74  } = parentPath) {
    7575    if (parentPath.isFunctionParent()) return false;
    7676    if (parentPath.isWhile() || parentPath.isForXStatement() || parentPath.isForStatement() && key === "body") {
Note: See TracChangeset for help on using the changeset viewer.