Mirror: The magical sticky regex-based parser generator 🧙
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix positive lookahead abort process

+1 -1
+1 -1
src/babel/generator.js
··· 194 194 this.restoreIndex = null; 195 195 this.blockId = null; 196 196 this.abort = null; 197 + 197 198 if (ast.type === 'group' && !!ast.lookahead) { 198 199 this.restoreIndex = new RestoreIndexNode(indexId); 199 200 this.assignIndex = new AssignIndexNode(indexId); 200 - childOpts.restoreIndex = null; 201 201 } 202 202 203 203 if (ast.type === 'group' && ast.lookahead === 'negative') {