fast-xml-parser: Can't use library with IE 11

Input

Validator.js is using template strings which are not supported in ES 5.

Code

In our angular app we import fast-xml-parser like that:

import { parse } from 'fast-xml-parser';

This is now breaking our app in IE11 as validator.js uses template strings.

Would you like to work on this issue?

  • [ x] Yes
  • No

Bookmark this repository for further updates.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Just as a side note: If your src files were in typescript it would also solve my problem, because angular uses typescript and the typescript compiler can transpile into ES5.

I have published the changes. Please recheck your issue with v3.17.0. Feel free to reopen this issue.