-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Description
When logging object, functions and classes you sometimes see function and classes being printed the same way as such:
I wish they where a bit more distinguish if it is a function or a class so you know if you have to call the "function" class with the new
keyword and expect something back
kinda like chrome's devtool:
with the prefixed class
and f
in the beginning
maybe with an other color (same as the number color - orange) or like my atom editor:
it's not so much about styling, (the above are just some suggestions)
the request feature is just more about distinguish classes from functions in the terminal
(don't mind as much if this is being discarded and closed since it's not so important to me - just wishful)
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.