Skip to content
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

Ensure ES5 compatibility #211

Closed
lukastaegert opened this issue Jul 3, 2017 · 1 comment
Closed

Ensure ES5 compatibility #211

lukastaegert opened this issue Jul 3, 2017 · 1 comment

Comments

@lukastaegert
Copy link

To ensure cross-browser compatibility, we have a large suite of Karma tests that we run in both Safari 9 and IE11. Unfortunately, recent changes to your code (e.g. "let" etc.) break compatibility with these browsers.

Of course we could transpile your library but it would be preferable if your library was provided in an ES5 compatible way especially considering that for now, this seems to be the accepted standard for npm libraries, cf. how to provide untranspiled ES6 code

Thanks in advance,
Lukas

@domenic
Copy link
Collaborator

domenic commented Jul 3, 2017

Sorry, no, I'm not interested in maintaining this library for old browsers. See the readme, and please transpile as appropriate for your project. Pushing the maintenance burden on me is not something I'm interested in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants