You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue raised upstream with vitest which had me do some digging here, I am wondering if the custom inspect() function is still required? All the build configuration files I can see here suggest that this package is targeting esm and esnext which will have symbol support. That and the recent https://github.com/chaijs/loupe/releases/tag/v3.0.0 release seem to back this up.
I have an issue raised upstream with
vitest
which had me do some digging here, I am wondering if the custominspect()
function is still required? All the build configuration files I can see here suggest that this package is targetingesm
andesnext
which will have symbol support. That and the recent https://github.com/chaijs/loupe/releases/tag/v3.0.0 release seem to back this up.Specifically, I am asking if the named
inspect()
function is still required when we have the two symbol https://github.com/chaijs/loupe/blob/main/src/index.ts#L99C7-L99C18 variants available to us.The text was updated successfully, but these errors were encountered: