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

Feature: Move TS compiler target from ES6 to ES5 #6

Open
ninjaPixel opened this issue Jan 27, 2018 · 1 comment
Open

Feature: Move TS compiler target from ES6 to ES5 #6

ninjaPixel opened this issue Jan 27, 2018 · 1 comment
Labels
feature A Feature Request good first issue A good issue for a new devleoper

Comments

@ninjaPixel
Copy link

The typescript is transpilled to ES6 which means that older browsers throw an error when they try to load it.

Would you be open to a pull request to change the TypeScript compiler target from ES6 to ES5?

@quinnlangille
Copy link
Member

Hey @ninjaPixel, this repo isn't currently maintained by anyone so sorry for the long wait. However, this seems like a small and pretty reasonable request, so if you're still up for making the PR be my guest. Otherwise, I'll take care of it when I get a second :octocat:

@quinnlangille quinnlangille changed the title Package doesn't work with browsers that don't support ES6 Feature: Move TS compiler target from ES6 to ES5 Oct 10, 2018
@quinnlangille quinnlangille added feature A Feature Request good first issue A good issue for a new devleoper labels Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A Feature Request good first issue A good issue for a new devleoper
Projects
None yet
Development

No branches or pull requests

2 participants