shouldjs/should.js

Is it time to deprecate Object.prototype extension?

Open

#146 aberto em 20 de jun. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (131 forks)batch import
discussionhelp wanted

Métricas do repositório

Stars
 (1.906 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

There's more and more changes like this: https://github.com/nodejs/node/pull/6055 where objects no longer inherit from Object.prototype

Is it time to deprecate this feature in favor of a global variable or something like that?

Feel free to close this if you're tired of discussing Object.prototype, I understand.

Node.js version?

6

Should.js version?

any

How to reproduce it?

try asserting on the result of querystring.parse()

Guia do colaborador