erunion / showtimes

[deprecated] a movie showtimes API
MIT License
52 stars 14 forks source link

Add ES6 default parameters. #46

Closed daveschumaker closed 8 years ago

erunion commented 8 years ago

Broken tests!

daveschumaker commented 8 years ago

Whatever.

daveschumaker commented 8 years ago
/home/travis/build/erunion/showtimes/src/index.js:16
  constructor (location, options = {}) {
                                 ^
SyntaxError: Unexpected token =

Going to decline this PR. Looks like current versions of Node don't fully support ES6 yet.