adonisjs/adonis-fullstack-app

How do I convert ES6 codes to ES5?

itsemirhanengin opened this issue · 1 comments

Hello!

Me again! :D

When writing ES6 codes, how can we convert them to ES5 code?
I searched, but I didn't get a proper result.

Thanks!

Hey @emirhanengn! 👋

Please, use the Discord Server or the forum to ask this kind of question.

Also, you don't need to transpile Adonis code to ES5. Node.js handle ESNext syntax.