-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std/node/util: add inspect #6833
Conversation
basic compatibility, none of the advanced features
please run tools/format.py --js |
Maybe use Deno.insepct ? |
I can't figure out how to import it and its
doesn't have any syntax errors, but when I try to use it, the types are missing |
@balupton It's Lines 24 to 30 in 6afe7bb
|
Correct, as indicated by the correct spelling in my code snippet. However the issue is I can't figure out how to import the types, the snippet doesn't seem to do what it should. If someone can finish this PR I would be much appreciated. |
Co-authored-by: Nayeem Rahman <[email protected]>
@balupton please sign CLA |
@balupton can you add some small unit test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks @balupton
moved comment to new issue: |
basic compatibility, none of the advanced features
fix #6832