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/visitors.js

    r0c6b92a r79a0317  
    105105    if (shouldIgnoreKey(nodeType)) continue;
    106106    if (!TYPES.includes(nodeType)) {
    107       throw new Error(`You gave us a visitor for the node type ${nodeType} but it's not a valid type in @babel/traverse ${"7.25.9"}`);
     107      throw new Error(`You gave us a visitor for the node type ${nodeType} but it's not a valid type in @babel/traverse ${"7.26.5"}`);
    108108    }
    109109    const visitors = visitor[nodeType];
Note: See TracChangeset for help on using the changeset viewer.