generator
generator copied to clipboard
Basic changes are made
Here I added the use strict for .js files and changed the var into const then while sending response and redirect we return it.
Hi @whoami1432! Thanks for opening a PR and help us improve the generator :smile:
We currently don't support ES6 syntax as the project is supporting [email protected] (see: https://github.com/expressjs/generator/blob/master/.github/workflows/ci.yml#L14).
I enabled the CI, so you can debug better the changes that you are suggesting :+1:
@UlisesGascon how about creating a new repo in this org called "generator-esm"?