bluzi/overscroll

Add a transpiler (Babel/TypeScript/etc)

Open

#7 opened on Oct 15, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (8 forks)github user discovery
good first contributiongood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

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)

Contributor guide