Douglas Wilson
Douglas Wilson
Let me know if you need anything, including if you think i should try to attend one. Zoom accounts are free, though they have a one hour meeting limit (maybe...
I would also like this. I would like to know what versions of `express` people are still actively installing.
Hi @matt212 there is no plans to migrate the code base of Express to ES6, as there has not been any demonstrateable reason to do so at the expense of...
Hi @inunotaisho26 I use ES6 & TypeScript daily with Express, as the code I write that uses Express doesn't have any concern with the version of ES that Express itself...
Hi @inunotaisho26 I'm not sure what you mean. I don't have to do any special installing of a compiler to use ES6 with Express today. Can you give some specific...
Hi @inunotaisho26 I'm sorry, I was just trying to better understand. I just don't understand what your ask is. Node.js supports ES6 already, there is no need for Babel. I...
I use import with Express today. I don't understand how it doesn't support import. Can you elaborate?
@inunotaisho26 for example, I am using `import` with Express currently without issue, but maybe not in the same way you are. Perhaps if you can show an example of what...
Oh, I see @inunotaisho26 . No, no versions of Node.js support `import` statements at all. You have to use babel or similar. This is a Node.js issue, not something Express...
Hi @inunotaisho26 no versions of Node.js support `import` statements at all. You have to use Babel or similar. This is a Node.js issue, not something Express can change.