yarax / swagger-to-graphql

Swagger to GraphQL API adapter
MIT License
924 stars 150 forks source link

Update to Babel 7 #123

Closed zacanger closed 5 years ago

zacanger commented 5 years ago

Updates to Babel 7. This produced some changes in the output, based on the Node target environment (I went with 8 because that's what's in the Travis config). Also added an engines field in package.json.

zacanger commented 5 years ago

This needs more changes to the Mocha setup, the example, etc that I didn't realise. Will come back to it later if it's desired.