Wes Todd

Results 397 comments of Wes Todd

> One of the big things is composition being discussed at length I have read through most of the conversation on this. I agree the direction that conversation takes could...

> It doesn't sound like there have been any signals that npm and/or yarn would adopt it I can work on this. That said, I do not feel that this...

> Right now we don't support custom loader hooks in CommonJS. Sorry, I was unclear here. My POC uses the existing `--loader` feature, not loader hooks. I agree we would...

> Sorry, when I say "loader hooks" I mean the --loader flag which has an unfortunate name (since it doesn't allow overwriting the actual loader, only providing hooks into the...

Ok, so far this sounds like the todo list: - [ ] Work with npm & yarn to get `type` into init - [ ] Scaffolding tool for a best...

> I'm not sure we necessarily should have an official scaffolding tool for Node.js That is stronger wording than I would put it. I think having an example by which...

This might be a useful starting place: https://github.com/nodejs/package-maintenance/blob/main/docs/PACKAGE-SUPPORT.md I think there are issues and genuine concerns which folks have brought up in the past, including @darcyclarke. But, if you are...

The router has been moved, and this would be a feature of the router. You can see what IMO is the best option for this on the `Router` repo: https://github.com/pillarjs/router/pull/34...

I looked at the test failures and I am not sure what is up. I tried running them locally before pushing and aborted when it asked for my root password....

Awesome, so I am assuming that means you do like the change. I will work on tests for this when I have time. It might be a little bit due...