We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ffc96 commit c4794f9Copy full SHA for c4794f9
1 file changed
src/index.js
@@ -10,7 +10,7 @@ const importVisitors = {
10
11
const visitor = {
12
Program: {
13
- exit(programPath, state) {
+ enter(programPath, state) {
14
programPath.traverse(importVisitors, state);
15
},
16
0 commit comments