Index file should not use new language features as it must work on Node 0.10+ (as stated in index header). This fixes node 4 and below. This has been verified using nvm to switch versions; running the script on each version to assert the index runs correctly runs on all versions of node.
Before
After