expressjs / generator

Express' application generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ECMAScript Modules support

gfeller opened this issue · comments

Any plans for supporting ECMAScript Modules?

Is the idea that a transpilation step with Babel would also be included in the generator for this?

Given the versions of node that Express needs to support, I don't see es module support being added to express or this generator without an included transpilation step (which greatly increases the complexity of adding es module support).

That said, PRs are always welcome.

The age of this issue and no elaboration of what, exactly the feature should look like makes this not very actionable by us. If someone wants to provide enough details for someone to work on this, it can be reopened.