-
Notifications
You must be signed in to change notification settings - Fork 259
Description
Hi!
Angular 6:
Alright, so I'm running into a few issues with Jsonata. I've wrapped Jsonata in an Angular 6 package and it's working well on Chrome and Firefox. Unfortunately, I need to support IE 11 as well. I can't find a way (other than fileReplacements and shell scripts) to select the ES5 version of Jsonata pulled down in node_modules. My Angular 6-fu is weak, so if anyone knows of a better way to do this, it would be appreciated.
ES5 and IE11:
When I cracked open the ES5 version of Jsonata I found shorthand property notations (functions returning functions via shorthand), spread operators, and a fat arrow function. None of which are supported by ES5 in IE11. Other browsers seem to handle it just fine, still an issue with IE11.
Thanks!