We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid character (JavaScript) in IE
The text was updated successfully, but these errors were encountered:
can you give a bit more information @jinjunss ?
Sorry, something went wrong.
@sidorares This issue is caused by Template literals in parse.js lines 115 and 129 (screenshot below), which are not supported in IE, please refer to MDN here https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals regarding that subject
Template literals
parse.js
115
129
IE
I suggest using babel or some alternative JS compiler to get compatible build for old browsers
babel
No branches or pull requests
Invalid character (JavaScript) in IE
The text was updated successfully, but these errors were encountered: