Closed bpstrngr closed 1 year ago
actually i think the token it complains about is the "<" (try{super.parseExprAtom()}catch(){console.log(this.type)}
gives
TokenType {
label: 'jsxTagStart',
keyword: undefined,
beforeExpr: false,
startsExpr: true,
isLoop: false,
isAssign: false,
prefix: false,
postfix: false,
binop: null,
updateContext: [Function (anonymous)]
}
)
fix in acorn-typescript@1.4.7
Parsed file: rollup/rollup/src/ast/nodes/BinaryExpression.ts
Error: