benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inaccurate node engines requirement

chrisakers opened this issue · comments

This library's engines specification in package.json has:

"engines": {
    "node": ">= 0.8"
  }

But this library also uses fat arrow functions (E.g. flow.js) which isn't compatible in node<4.

Yes indeed! Would you mind submitting a PR to update the minimum version to Node 4?