mirror of
https://github.com/expressjs/express.git
synced 2026-02-21 19:41:36 +00:00
`app.cache`, `app.engines`, and `app.settings` are now created with
`Object.create(null)` instead of `{}`.
This also updates a test to ensure that `app.locals` is created the same
way.