max-mapper / requirebin

write browser JavaScript programs using modules from NPM
requirebin.com
391 stars 80 forks source link

** operator not allowed #129

Closed jtenner closed 5 years ago

jtenner commented 7 years ago

Example stack trace:

Uncaught SyntaxError: Unexpected token (3:3)
    at Parser.pp.raise (bundle.js:15)
    at Parser.pp.unexpected (bundle.js:15)
    at Parser.pp.parseExprAtom (bundle.js:14)
    at Parser.pp.parseExprSubscripts (bundle.js:14)
    at Parser.pp.parseMaybeUnary (bundle.js:14)
    at Parser.pp.parseExprOp (bundle.js:14)
    at Parser.pp.parseExprOps (bundle.js:14)
    at Parser.pp.parseMaybeConditional (bundle.js:14)
    at Parser.pp.parseMaybeAssign (bundle.js:14)
    at Parser.pp.parseExpression (bundle.js:14)
jtenner commented 5 years ago

No comment on this for over a year. Likely fixed.