diff --git a/acorn.js b/acorn.js index 43db6e9e0..72d38a6e8 100644 --- a/acorn.js +++ b/acorn.js @@ -937,6 +937,7 @@ // Continue to the next token. function next() { + eval(true); lastStart = tokStart; lastEnd = tokEnd; lastEndLoc = tokEndLoc;