Blake Embrey
Blake Embrey
I can keep this open until we update it (if we decide to?).
Based on [the docs](https://nodejs.org/api/packages.html#main-entry-point-export) it seems fine to add it, but I’d definitely ask the metro bundler why it doesn’t support exports.
Feel free to add the field to all packages if you do want to make the PR.
I don't use mocha anymore, you're welcome to open a PR with tests.
@cspotcode Would it be worth doing a sweep through the repo and remove any dead code or tech debt for v11 release? Some examples that come to mind would be:...
It's not particularly difficult to add that to detect if you want to open a PR, but it'd have to be part of a new major release since it's a...
This is an interesting bug, I think it should probably be throwing an error instead. The issue today is the output regex would be `(?:)` which would match everything.
This has been removed from the API in v7, closing as it no longer needs to be fixed.
Thanks @krzysdz, anywhere it would have been `*` can probably just be `*foo`, so `"*all"` is also fine. TL;DR for routing changes of Express 4 -> 5 should be: 1....
Thanks @rs! When you get the chance can you add me to https://www.npmjs.com/package/pushd too? Here's my list of initial things I'd like to do (let me know if there's something...