Closed alerque closed 7 years ago
It looks like there's a frak incompatibility with recent versions of node. On line 216 of frak.min.js, try changing:
b.hasOwnProperty("source")
to:
b.source
That made it work for me on 6.3.0.
Switched to regexgen from frak in 2.0.1 to fix this problem better.
After a long time being buried or distracted, I'm back to needing a version of this with good Turkish support. The bit I hacked in (#17) for a previous project has some bugs that need fixing and I need it for another project now too. Unfortunately I'm unable to compile new builds at all. Strangely I can't even build from the current master branch or my own sources that used to work.
I suspect the issue is different versions of
node
or some other system tool, but I haven't been able to pin it down yet and am looking for ideas.It doesn't matter at all what language I try to build, all of them give the same error:
I've tried dropping in an updated version of
frak
, but that didn't change anything. I'm runningnode
v6.3.1 andperl
v5.24.0.