-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
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
docx is not being transpiled correctly in IE11 #240
Comments
I have never tested this library on internet explorer before Good to know |
Can you tell me what front-end framework you are using? Angular? Target in docx is es6: https://github.com/dolanmiu/docx/blob/master/tsconfig.json#L3 |
Yes, I use Angular 7. I set target to es5 also needed to add |
Seeing exact error in an ember application. |
I'm also experiencing this issue, is there a workaround for getting it working in IE11? |
There is a PR which solves this issue, but it is failing some tests |
Same issue here. |
Any follow up on why the test fails? |
Any progress on this ,I am facing this for Vue. Although I could transpile library. I am getting below error |
I thought maybe I should share this... I have it working but, the tests fail. From what I can tell it works fine though (both in ie11 and non-ie11). https://github.com/XGhozt/docx |
I won't be doing this feature as the solution is to change the target from I am not sure if it is worth it. Microsoft will drop support of IE completely in 2021, so I don't think developers should support it either. If people want IE11 support, then im afraid they need to build their own one. |
Hello,
I use docx in my Angular 7 application. It works well on Chrome, Firefox, Safari and Edge. However, i get syntax error on ie11.
Target is ES5 in my tsconfig file. Other 3rd party libraries are correctly being transpiled.
The text was updated successfully, but these errors were encountered: