Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

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

    rd565449 r0c6b92a  
    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.3"}`);
     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"}`);
    108108    }
    109109    const visitors = visitor[nodeType];
Note: See TracChangeset for help on using the changeset viewer.