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

Add a transpiler (Babel/TypeScript/etc) #7

Open
bluzi opened this issue Oct 15, 2017 · 3 comments
Open

Add a transpiler (Babel/TypeScript/etc) #7

bluzi opened this issue Oct 15, 2017 · 3 comments

Comments

@bluzi
Copy link
Owner

bluzi commented Oct 15, 2017

Currently the library is written using ES5 standards, for backward compatibility reasons.
I would like to use ES2015 standards and still maintain the support for older browsers, so I think Babel/TypeScript would be a good solution.

Feel free to create a PR that solves it using Babel, TypeScript or any other solution you think is best. (You can also discuss possible solutions here)

@matheushf
Copy link

I'll check it out!

@bluzi
Copy link
Owner Author

bluzi commented Oct 15, 2017

Thanks!

@charrondev
Copy link

charrondev commented Oct 16, 2017

I've added a PR for this #8 using TypeScript and Babel (babel as needed to generate a UMD bundle with the export being assigned to window).

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

No branches or pull requests

3 participants