vmoebius / node-fiql-parser

Basic node.js library to parse FIQL query expressions
MIT License
1 stars 4 forks source link

Syntax error in IE11 #1

Closed rmmto closed 6 years ago

rmmto commented 6 years ago

At running on IE 11 an error ocures the error is in the the file libs\utils.js. The message error is Syntax error at line 18 const convertFromNode = exports.convertFromNode = node => I believe that the problem its related with the way how the code was transpiled.

Congratz

vmoebius commented 6 years ago

The node-fiql-parser module has been developed for application only in recent versions of node.js so far. How did you manage to import it in IE11? Why did you close the issue?

rmmto commented 6 years ago

Hi, I put the issue in the wrong place. Congratz