feat: refactoring project
This commit is contained in:
2
node_modules/@babel/traverse/lib/visitors.js
generated
vendored
2
node_modules/@babel/traverse/lib/visitors.js
generated
vendored
@@ -104,7 +104,7 @@ function verify$1(visitor) {
|
||||
}
|
||||
if (shouldIgnoreKey(nodeType)) continue;
|
||||
if (!TYPES.includes(nodeType)) {
|
||||
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"}`);
|
||||
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"}`);
|
||||
}
|
||||
const visitors = visitor[nodeType];
|
||||
if (typeof visitors === "object") {
|
||||
|
||||
Reference in New Issue
Block a user