sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

ES5 syntax #53

Closed Anomnimel closed 4 years ago

Anomnimel commented 7 years ago

It's almost 2017, why all still use ES5 syntax?

sushantdhiman commented 7 years ago

I dont want to include babel stuff in example repository. We can consider Node v4.0 as base and use all ES6 features available in it.

willin commented 7 years ago

but the officical version is up to 6.10 and 8.0 is on the road.

ryanburnette commented 6 years ago

It's 2018, but why use ES6?

carbontwelve commented 6 years ago

It's almost 2019 ;)

papb commented 4 years ago

Modern example added now, finally :tada: