Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/traverse/lib/visitors.js
rd565449 r0c6b92a 105 105 if (shouldIgnoreKey(nodeType)) continue; 106 106 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"}`); 108 108 } 109 109 const visitors = visitor[nodeType];
Note:
See TracChangeset
for help on using the changeset viewer.