jussi-kalliokoski / trine

A utility library for modern JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offset is not defined

ivoreis opened this issue · comments

Trying to run the create-website script but I'm getting Error: offset is not defined src/boolean/and.js:1:1

Did this happen to you before or you have any idea why?

https://gist.github.com/ivoreis/d61546c9c74968a6f852#file-stacktrace

Update:
Apparently the parser generator (pegjs) that we use here was updated 4 days ago and breaks the website builder. The last version that works is "pegjs": "^0.8.0".
I'll see if I can find what's breaking the grammar.