joewalnes/filtrex

Issue while using filtrex.js inside Java

RuchikaB opened this issue · 2 comments

Hi,

We are trying to consume filtrex.js in java using javax.script (nashorn).

And while it is loading the filterx.js file, it is giving some syntax error as mentioned below.
javax.script.ScriptException: :115:17 Expected an operand but found error
`yytext = JSON.stringify(yytext);
^ in at line number 115 at column number

Please let us know.

Hi,

The issue mentioned above was resolved.
But next we have ran into another issue "Cannot read property "id" from undefined in at line number 826".

All this is in the filtrex.js file. Any idea how you call filtrex.js from Java code?

Please its urgent. Let us know.

m93a commented

@joewalnes Close this?