Results 156 comments of Jon Ege Ronnenberg

I definitely support this one. Super useful

Good news albeit I'm concerned that http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js will be shut down. Any news on that account?

_package.json_ is mandatory in any project that uses `npm` et al. The [`engines` field](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#engines) is standard. Neither _.tool-versions_ or _.node-version_ are a requirement for nodejs package managers or in any...

>What's the expected behaviour when >=18 is given? If current nodejs version is 18.x or above, then nothing. If current nodejs version is below, then the same behaviour as specifying...

I'm currently having trouble making progress due to https://github.com/pnpm/pnpm/issues/6500#issuecomment-1771713501

> or equivalent I prefer: ```json "includePattern": ".+\\.(m?js(doc|x)?)$", ```

@lachlanhunt You're right.

I think you should change the pattern to `.+\\.(m?js(doc|x)?)$` instead of `.+\\.(js(doc|x)?|mjs)$`, to be more concise.

Ok, let me re-phrase to how the documentation should read: `req.acceptsLanguages([lang, ...])` Returns **all requested languages, if called with no argument or with a `lang` argument, returns** the first accepted...

@dougwilson does that make sense?