node-util icon indicating copy to clipboard operation
node-util copied to clipboard

node.js util module as a module

Results 27 node-util issues
Sort by recently updated
recently updated
newest added

Hello! Apologize for being a dingus on this. I've tried ```bash yarn add --registry=https://registry.npmjs.org @types/util ``` But this is what I get ``` dev ±✚  ⬡ v12.17.0  yarn...

Hi, I had added ppc64le(Linux on Power) architecture & Removed unsupported versions for ppc64le support on Travis-CI in the PR and looks like its been successfully added. Reason behind running...

Define `util.promisify.custom` as: ```js Symbol.for("nodejs.util.inspect.custom") ``` rather than as: ```js Symbol("util.inspect.custom") ``` This allows custom `promisify` wrappers to easily/safely be defined in non‑Node.js environments. ## See also: - -

https://nodejs.org/api/util.html#util_util_types They work cross-realm (at least for `Error` coming from a new `vm.Context`). Not sure if it's worth it for you to work cross-realm, but just doing `instanceof` should work...

We have license for latest versions but for previous tags no license declared, so can you add license to tags or please make some explanation for this certain tag 0.10.2,...

Implemented integer (%i) parsing in util.format as described in latest node.js documentation.

Pending the resolution of https://github.com/Xotic750/util-format-x/issues/2, we should use that package as it is the most up to date `util.format` implementation for the browser.

Still need to port: - [ ] callbackify - [ ] format - [x] inspect - [ ] isDeepStrictEqual

util causes circular dependencies when using the JWT npm module and webpack. Check out this webpack issue for details: https://github.com/webpack/webpack/issues/1019

This is just a meta issue to update the whole module. So far it supports parts and other things are missing or somewhat outdated. It would be good to sync...