Skip to content

Conversation

@43081j
Copy link
Contributor

@43081j 43081j commented Oct 2, 2025

Fixes #74

Removes support for inspect properties on objects acting as custom
inspect functions.

After this change, you must use Symbol('nodejs.util.inspect.custom')
or Symbol('chai/inspect').

Fixes #74

Removes support for `inspect` properties on objects acting as custom
inspect functions.

After this change, you _must_ use `Symbol('nodejs.util.inspect.custom')`
or `Symbol('chai/inspect')`.
@43081j 43081j requested a review from keithamus October 2, 2025 08:45
@keithamus keithamus merged commit 27823f6 into main Oct 2, 2025
7 checks passed
@keithamus keithamus deleted the drop-inspect branch October 2, 2025 09:59
@matt-usurp
Copy link

Appreciate this 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is the custom inspect() still needed?

4 participants