mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +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.