Skip to content

Commit

Permalink
Fix: undefined "VisitorOption"
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioh213 authored and emilos committed Oct 1, 2023
1 parent 6214662 commit 78e5b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traverse/estraverse
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

let Syntax, VisitorKeys, BREAK, SKIP, REMOVE
let Syntax, VisitorKeys, BREAK, SKIP, REMOVE, VisitorOption

Syntax = {
AssignmentExpression: "AssignmentExpression",
Expand Down

0 comments on commit 78e5b8b

Please sign in to comment.